Spaces:
Runtime error
Runtime error
Commit
·
f94344e
1
Parent(s):
92c0ee3
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,6 @@ import os
|
|
4 |
ok = os.getenv("P")
|
5 |
auth = ("gradio", os.getenv("P"))
|
6 |
title = "Hello Auth"
|
7 |
-
gr.Interface(
|
|
|
|
|
|
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)
|