janasumit2911 commited on
Commit
8fb5cda
·
verified ·
1 Parent(s): 07fdd84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)