Spaces:
Runtime error
Runtime error
Commit
·
3e3d3e3
1
Parent(s):
63a1e32
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
demo = gr.Interface.load("spaces/
|
5 |
-
demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this")
|
6 |
-
|
|
|
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")
|