sneha commited on
Commit
2aa44d9
·
1 Parent(s): 1735403

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ output_plot = gr.Plot()
100
  demo = gr.Interface(fn=run_attn, title="Visual Cortex Base Model",
101
  examples=["./trifinger.jpg","./rearrange.jpg","./kitchen.jpg","./ego4d.jpg"],
102
  inputs=input_img,outputs=[output_img,output_plot])
103
- demo.launch(share=True)
 
100
  demo = gr.Interface(fn=run_attn, title="Visual Cortex Base Model",
101
  examples=["./trifinger.jpg","./rearrange.jpg","./kitchen.jpg","./ego4d.jpg"],
102
  inputs=input_img,outputs=[output_img,output_plot])
103
+ demo.launch()