Update app.py
Browse files
app.py
CHANGED
|
@@ -59,4 +59,4 @@ inputt = gr.Textbox(label="Parameters (JSON format) Eg. img_url:['',''], api:'',
|
|
| 59 |
outputs = gr.JSON()
|
| 60 |
|
| 61 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Covid +ve -ve Classification with API Integration")
|
| 62 |
-
application.launch()
|
|
|
|
| 59 |
outputs = gr.JSON()
|
| 60 |
|
| 61 |
application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Covid +ve -ve Classification with API Integration")
|
| 62 |
+
application.launch(share=True)
|