File size: 312 Bytes
2f28136
 
 
92c0ee3
 
 
4b1bad0
f94344e
4b1bad0
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr
import os

ok = os.getenv("P")
auth = ("gradio", os.getenv("P"))
title = "Hello Auth"
#gr.Interface.load("spaces/eugenesiow/remove-bg").launch()

gr.Interface(lambda x: "Hello " + x, "text", "text", title=title).launch(auth=auth)
gr.Interface.load("spaces/iamrobotbear/webui-docker").launch()