Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,5 +72,5 @@ def process_images(params):
|
|
| 72 |
inputt = gr.Textbox(label="Parameters (JSON format)")
|
| 73 |
outputs = gr.JSON()
|
| 74 |
|
| 75 |
-
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="
|
| 76 |
application.launch()
|
|
|
|
| 72 |
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()
|