Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,5 +67,5 @@ def process_images(params):
|
|
| 67 |
inputt = gr.Textbox(label="Parameters (JSON format) Eg. {'img_url':['a.jpg','b.jpg']}")
|
| 68 |
outputs = gr.JSON()
|
| 69 |
|
| 70 |
-
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="
|
| 71 |
application.launch()
|
|
|
|
| 67 |
inputt = gr.Textbox(label="Parameters (JSON format) Eg. {'img_url':['a.jpg','b.jpg']}")
|
| 68 |
outputs = gr.JSON()
|
| 69 |
|
| 70 |
+
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Vehicle Classification with API Integration")
|
| 71 |
application.launch()
|