gradio-auth-new / app.py
iamrobotbear's picture
Update app.py
3e3d3e3
raw
history blame contribute delete
274 Bytes
import gradio as gr
import os
demo = gr.Interface.load("spaces/RamAnanth1/ControlNet")
#demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this")
demo.launch(enable_queue=False, auth=("username", os.environ.get("P")), auth_message="Try this")