jiawenchim commited on
Commit
a9f5c62
1 Parent(s): 3db5b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ tab1 = gr.Interface(fn=predict,
127
  outputs=gr.Image(type="pil"),
128
  examples=sample_images,
129
  title="Object Detection (Battery and Dice)"
130
- ).launch(share=True)
131
 
132
  tab2 = gr.Interface(
133
  fn=process_video,
 
127
  outputs=gr.Image(type="pil"),
128
  examples=sample_images,
129
  title="Object Detection (Battery and Dice)"
130
+ )
131
 
132
  tab2 = gr.Interface(
133
  fn=process_video,