iamrobotbear commited on
Commit
2121334
·
1 Parent(s): fd8430b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")