npc0 commited on
Commit
b555fe0
1 Parent(s): dfb407a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ def greet(img):
16
 
17
  return "Hello " + str(results.pred) + "!!"
18
 
19
- iface = gr.Interface(fn=greet, inputs="Image", outputs="text")
20
  iface.launch()
 
16
 
17
  return "Hello " + str(results.pred) + "!!"
18
 
19
+ iface = gr.Interface(fn=greet, inputs="image", outputs="text")
20
  iface.launch()