Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ def greet(image):
|
|
19 |
#print(model.summary())
|
20 |
return "Hello "
|
21 |
|
22 |
-
iface = gr.Interface(fn=greet, inputs=
|
23 |
iface.launch()
|
|
|
19 |
#print(model.summary())
|
20 |
return "Hello "
|
21 |
|
22 |
+
iface = gr.Interface(fn=greet, inputs=gr.Image(), outputs="text")
|
23 |
iface.launch()
|