Spaces:
Runtime error
Runtime error
Commit
·
b58de66
1
Parent(s):
9c06068
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ def greet(name):
|
|
31 |
return "Hello " + name + "!!"
|
32 |
|
33 |
|
34 |
-
iface = gr.Interface(fn=PPE, inputs=
|
35 |
iface.launch()
|
|
|
31 |
return "Hello " + name + "!!"
|
32 |
|
33 |
|
34 |
+
iface = gr.Interface(fn=PPE, inputs=image, outputs=PPE())
|
35 |
iface.launch()
|