File size: 250 Bytes
2f28136
 
 
92c0ee3
 
 
f94344e
 
 
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)