Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import gradio as gr
|
|
5 |
modelName = "Sign-language-classification"
|
6 |
hfUser = "universalml0"
|
7 |
|
8 |
-
|
9 |
def prediction_function(inputFile):
|
10 |
# get user name of their hugging face
|
11 |
modelPath = hfUser + "/" + modelName
|
|
|
5 |
modelName = "Sign-language-classification"
|
6 |
hfUser = "universalml0"
|
7 |
|
|
|
8 |
def prediction_function(inputFile):
|
9 |
# get user name of their hugging face
|
10 |
modelPath = hfUser + "/" + modelName
|