Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.Markdown("TEST") | |
| demo.launch(debug=True, enable_queue=False, | |
| auth=("llama", "llama"), | |
| auth_message="llama") |
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.Markdown("TEST") | |
| demo.launch(debug=True, enable_queue=False, | |
| auth=("llama", "llama"), | |
| auth_message="llama") |