File size: 187 Bytes
2f28136
 
 
2121334
9126e02
1
2
3
4
5
6
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")