Amitabhab commited on
Commit
62eb936
·
1 Parent(s): 488b328

Removing share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ demo = gr.Interface(
24
  gr.Slider(value=5, minimum=1, maximum=14, step=1)],
25
  outputs=["text"],
26
  )
27
- demo.launch(share=True)
 
24
  gr.Slider(value=5, minimum=1, maximum=14, step=1)],
25
  outputs=["text"],
26
  )
27
+ demo.launch()