iamrobotbear commited on
Commit
f94344e
·
1 Parent(s): 92c0ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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(lambda x: "Hello " + x, "text", "text", title=title).launch(auth=auth)
 
 
 
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)