Spaces:
Runtime error
Runtime error
Commit
·
63a1e32
1
Parent(s):
2121334
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
demo = gr.Interface.load("
|
5 |
-
demo.launch(enable_queue=False, auth=("username",
|
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
+
demo = gr.Interface.load("spaces/camenduru/webui-docker")
|
5 |
+
demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this")
|
6 |
+
#demo.launch(enable_queue=False, auth=("username", os.environ.get("P")), auth_message="Try this")
|