Spaces:
Runtime error
Runtime error
Commit
·
2121334
1
Parent(s):
fd8430b
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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", os.environ.get("P")), auth_message="Try this")
|
|
|
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", os.environ.get("P")), auth_message="Try this")
|