Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
20 |
iface.launch()
|
|
|
16 |
|
17 |
return "Hello " + str(results.pred) + "!!"
|
18 |
|
19 |
+
iface = gr.Interface(fn=greet, inputs="image", outputs="text")
|
20 |
iface.launch()
|