Spaces:
Sleeping
Sleeping
disable auth for now
Browse files
app.py
CHANGED
|
@@ -748,7 +748,4 @@ if __name__ == "__main__":
|
|
| 748 |
admin_password = os.getenv("ADMIN_PASSWORD", "changeme")
|
| 749 |
|
| 750 |
# Configure for HuggingFace Space environment
|
| 751 |
-
app.launch(
|
| 752 |
-
auth=("admin", admin_password),
|
| 753 |
-
ssr_mode=False
|
| 754 |
-
)
|
|
|
|
| 748 |
admin_password = os.getenv("ADMIN_PASSWORD", "changeme")
|
| 749 |
|
| 750 |
# Configure for HuggingFace Space environment
|
| 751 |
+
app.launch()
|
|
|
|
|
|
|
|
|