Shruhrid commited on
Commit
3b08e4f
1 Parent(s): 31efb22

Update app.py

Browse files

removed share=true while launching

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ here = gr.Interface(fn,
27
  theme="peach",
28
  allow_flagging="auto",
29
  flagging_dir='flagging records')
30
- here.launch(inline=False, share = True)
31
 
32
 
33
 
 
27
  theme="peach",
28
  allow_flagging="auto",
29
  flagging_dir='flagging records')
30
+ here.launch(inline=False)
31
 
32
 
33