Gabriel Sabau commited on
Commit
ae0a7db
·
1 Parent(s): 38e3543

fix: modify aeon.launch to remove authentication and enable sharing

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -119,4 +119,5 @@ with gr.Blocks() as aeon:
119
  with gr.Tab(label="Plot"):
120
  plt_iface.render()
121
 
122
- aeon.launch(auth=(USER, PASS))
 
 
119
  with gr.Tab(label="Plot"):
120
  plt_iface.render()
121
 
122
+ # aeon.launch(auth=(USER, PASS), share=True)
123
+ aeon.launch()