universalml0 commited on
Commit
9cede5b
·
verified ·
1 Parent(s): fa33cb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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