Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,6 @@ def launch(input):
|
|
| 17 |
|
| 18 |
iface = gr.Interface(launch,
|
| 19 |
inputs=gr.Image(type='pil'),
|
| 20 |
-
outputs=
|
| 21 |
|
| 22 |
iface.launch()
|
|
|
|
| 17 |
|
| 18 |
iface = gr.Interface(launch,
|
| 19 |
inputs=gr.Image(type='pil'),
|
| 20 |
+
outputs=gr.Textbox())
|
| 21 |
|
| 22 |
iface.launch()
|