Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ gr.Interface(
|
|
15 |
fn=infer,
|
16 |
inputs=[gr.Image(type="filepath"), gr.Textbox()],
|
17 |
outputs=[gr.Textbox()]
|
18 |
-
).
|
|
|
15 |
fn=infer,
|
16 |
inputs=[gr.Image(type="filepath"), gr.Textbox()],
|
17 |
outputs=[gr.Textbox()]
|
18 |
+
).launch()
|