Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ with gr.Blocks(css='''
|
|
| 352 |
|
| 353 |
|
| 354 |
if __name__ == "__main__":
|
| 355 |
-
demo.launch(
|
| 356 |
# Creates an auth screen
|
| 357 |
auth_message="Welcome! Enter a Username and Password"
|
| 358 |
).queue()
|
|
|
|
| 352 |
|
| 353 |
|
| 354 |
if __name__ == "__main__":
|
| 355 |
+
demo.launch(#enable_queue=False,
|
| 356 |
# Creates an auth screen
|
| 357 |
auth_message="Welcome! Enter a Username and Password"
|
| 358 |
).queue()
|