File size: 179 Bytes
2f28136
 
 
d2f7b56
81f5c04
1
2
3
4
5
import gradio as gr
import os

demo = gr.Interface.load("spaces/iamrobotbear/webui-docker")
demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this")