20065320rp commited on
Commit
b58de66
1 Parent(s): 9c06068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ def greet(name):
31
  return "Hello " + name + "!!"
32
 
33
 
34
- iface = gr.Interface(fn=PPE, inputs="image", outputs=PPE())
35
  iface.launch()
 
31
  return "Hello " + name + "!!"
32
 
33
 
34
+ iface = gr.Interface(fn=PPE, inputs=image, outputs=PPE())
35
  iface.launch()