Spaces:
Sleeping
Sleeping
| #!/usr/bin/env python | |
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| text = gr.Text() | |
| demo.queue(api_open=False).launch() | |
| #!/usr/bin/env python | |
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| text = gr.Text() | |
| demo.queue(api_open=False).launch() | |