Shruhrid Banthia commited on
Commit
fdedfc2
·
1 Parent(s): 6b90147

changed share to false while launching

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,8 +25,8 @@ here = gr.Interface(fn=fn,
25
  theme="default",
26
  allow_flagging="auto",
27
  flagging_dir='flagging records')
28
- #here.launch(inline=False, share = True)
29
- if __name__ == "__main__":
30
- app, local_url, share_url = here.launch(share=True)
31
 
32
 
 
25
  theme="default",
26
  allow_flagging="auto",
27
  flagging_dir='flagging records')
28
+ here.launch(inline=False,share=False)
29
+ # if __name__ == "__main__":
30
+ # app, local_url, share_url = here.launch()
31
 
32