janasumit2911 commited on
Commit
4c400b3
·
verified ·
1 Parent(s): 6dc5ec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ 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()
 
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(share=True)