Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| import os | |
| demo = gr.Interface.load("spaces/camenduru/webui-docker") | |
| demo.launch(enable_queue=False, auth=("username", "password"), auth_message="Try this") |