Update app.py
Browse files
app.py
CHANGED
@@ -729,7 +729,7 @@ with gr.Blocks(css=css) as demo:
|
|
729 |
|
730 |
if __name__ == "__main__":
|
731 |
try:
|
732 |
-
demo.queue().launch(ssr_mode=False)
|
733 |
except Exception as e:
|
734 |
print(f"Initialization error: {e}")
|
735 |
raise
|
|
|
729 |
|
730 |
if __name__ == "__main__":
|
731 |
try:
|
732 |
+
demo.queue().launch(auth=[("mouse", "vidraft")], ssr_mode=False)
|
733 |
except Exception as e:
|
734 |
print(f"Initialization error: {e}")
|
735 |
raise
|