Spaces:
Sleeping
Sleeping
Gateston Johns
commited on
Commit
•
b2c4fea
1
Parent(s):
595ad4d
share=False
Browse files
app.py
CHANGED
@@ -54,6 +54,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
54 |
submit.click(thesis_evaluation, inputs=inp, outputs=out)
|
55 |
|
56 |
demo.launch(
|
57 |
-
auth=('athena-admin', 'athena')
|
58 |
-
share=True
|
59 |
)
|
|
|
54 |
submit.click(thesis_evaluation, inputs=inp, outputs=out)
|
55 |
|
56 |
demo.launch(
|
57 |
+
auth=('athena-admin', 'athena')
|
|
|
58 |
)
|