Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,4 +216,4 @@ inputt = gr.Textbox(label="Parameters (JSON format) Eg. {'image_urls':['a.jpg','
|
|
| 216 |
outputs = gr.JSON()
|
| 217 |
|
| 218 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Car Colour Classification with API Integration")
|
| 219 |
-
application.launch(
|
|
|
|
| 216 |
outputs = gr.JSON()
|
| 217 |
|
| 218 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Car Colour Classification with API Integration")
|
| 219 |
+
application.launch()
|