Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,4 +73,4 @@ inputt = gr.Textbox(label="Parameters (JSON format)")
|
|
| 73 |
outputs = gr.JSON()
|
| 74 |
|
| 75 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Single Object Detection with API Integration")
|
| 76 |
-
application.launch()
|
|
|
|
| 73 |
outputs = gr.JSON()
|
| 74 |
|
| 75 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Single Object Detection with API Integration")
|
| 76 |
+
application.launch(share=True)
|