Spaces:
No application file
No application file
Update appli.py
Browse files
appli.py
CHANGED
@@ -10,4 +10,4 @@ def launch(input):
|
|
10 |
iface = gr.Interface(launch,
|
11 |
inputs=gr.inputs.Image(type='pil'),
|
12 |
outputs="text")
|
13 |
-
iface.launch(
|
|
|
10 |
iface = gr.Interface(launch,
|
11 |
inputs=gr.inputs.Image(type='pil'),
|
12 |
outputs="text")
|
13 |
+
iface.launch()
|