Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,4 +11,4 @@ def launch(input):
|
|
| 11 |
iface = gr.Interface(launch,
|
| 12 |
inputs=gr.Image(type='pil'),
|
| 13 |
outputs="text")
|
| 14 |
-
iface.launch(
|
|
|
|
| 11 |
iface = gr.Interface(launch,
|
| 12 |
inputs=gr.Image(type='pil'),
|
| 13 |
outputs="text")
|
| 14 |
+
iface.launch()
|