Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
|
|
|
|
|
|
|
4 |
modelName = "Sign-language-classification"
|
5 |
hfUser = "universalml0"
|
6 |
|
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
modelName = "Sign-language-classification"
|
8 |
hfUser = "universalml0"
|
9 |
|