iamrobotbear commited on
Commit
3e3d3e3
·
1 Parent(s): 63a1e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
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")
 
1
  import gradio as gr
2
  import os
3
 
4
+ demo = gr.Interface.load("spaces/RamAnanth1/ControlNet")
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")