Spaces:
Runtime error
Runtime error
Commit
·
2e7cf6d
1
Parent(s):
63c7c74
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ json_output = gr.outputs.Textbox()
|
|
84 |
interface = gr.Interface(fn=process_image, inputs=url_input, outputs=json_output)
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
-
interface.launch(
|
88 |
|
89 |
|
90 |
|
|
|
84 |
interface = gr.Interface(fn=process_image, inputs=url_input, outputs=json_output)
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
+
interface.launch()
|
88 |
|
89 |
|
90 |
|