Spaces:
Runtime error
Runtime error
Commit
·
4b1bad0
1
Parent(s):
f94344e
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import os
|
|
4 |
ok = os.getenv("P")
|
5 |
auth = ("gradio", os.getenv("P"))
|
6 |
title = "Hello Auth"
|
7 |
-
gr.Interface.load("spaces/eugenesiow/remove-bg").launch()
|
8 |
|
9 |
-
|
|
|
|
4 |
ok = os.getenv("P")
|
5 |
auth = ("gradio", os.getenv("P"))
|
6 |
title = "Hello Auth"
|
7 |
+
#gr.Interface.load("spaces/eugenesiow/remove-bg").launch()
|
8 |
|
9 |
+
gr.Interface(lambda x: "Hello " + x, "text", "text", title=title).launch(auth=auth)
|
10 |
+
gr.Interface.load("spaces/iamrobotbear/webui-docker").launch()
|