iamrobotbear commited on
Commit
4b1bad0
·
1 Parent(s): f94344e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- #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)
10
+ gr.Interface.load("spaces/iamrobotbear/webui-docker").launch()