Update app.py
Browse files
app.py
CHANGED
|
@@ -75,5 +75,5 @@ def process_images(params):
|
|
| 75 |
inputt = gr.Textbox(label="Parameters (JSON format)")
|
| 76 |
outputs = gr.JSON()
|
| 77 |
|
| 78 |
-
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Multiple Object
|
| 79 |
application.launch()
|
|
|
|
| 75 |
inputt = gr.Textbox(label="Parameters (JSON format)")
|
| 76 |
outputs = gr.JSON()
|
| 77 |
|
| 78 |
+
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Multiple Object Segmentation with API Integration")
|
| 79 |
application.launch()
|