Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ inputt = gr.Textbox(label="Parameters (JSON format)")
|
|
| 85 |
outputs = gr.JSON()
|
| 86 |
|
| 87 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Multiple Object Segmentation with API Integration")
|
| 88 |
-
application.launch()
|
| 89 |
|
| 90 |
|
| 91 |
|
|
|
|
| 85 |
outputs = gr.JSON()
|
| 86 |
|
| 87 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Multiple Object Segmentation with API Integration")
|
| 88 |
+
application.launch(share=True)
|
| 89 |
|
| 90 |
|
| 91 |
|