Spaces:
Runtime error
Runtime error
DylanASHillier
commited on
Commit
•
f00a5b4
1
Parent(s):
bb1d997
removes share for spaces
Browse files
app.py
CHANGED
@@ -429,7 +429,6 @@ PASSWORD = os.environ.get("DEMO_PASSWORD")
|
|
429 |
|
430 |
# Launch the Gradio interface
|
431 |
iface.launch(
|
432 |
-
share=True,
|
433 |
auth=(USERNAME, PASSWORD),
|
434 |
auth_message="Please enter the password to access this tool, or contact Glyphic for access."
|
435 |
)
|
|
|
429 |
|
430 |
# Launch the Gradio interface
|
431 |
iface.launch(
|
|
|
432 |
auth=(USERNAME, PASSWORD),
|
433 |
auth_message="Please enter the password to access this tool, or contact Glyphic for access."
|
434 |
)
|