Gabriel Sabau
commited on
Commit
·
ae0a7db
1
Parent(s):
38e3543
fix: modify aeon.launch to remove authentication and enable sharing
Browse files
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()
|