gradio-auth-new / app.py
iamrobotbear's picture
update
d2f7b56
raw
history blame
283 Bytes
import gradio as gr
import os
<<<<<<< HEAD
demo = gr.Interface.load("spaces/camenduru/webui-docker")
=======
demo = gr.Interface.load("spaces/iamrobotbear/webui-docker")
>>>>>>> 8e839f8 (update)
demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this")