gradio-auth-new / app.py
iamrobotbear's picture
Update app.py
2121334
raw
history blame
187 Bytes
import gradio as gr
import os
demo = gr.Interface.load("/spaces/camenduru/webui-docker")
demo.launch(enable_queue=False, auth=("username", os.environ.get("P")), auth_message="Try this")