Spaces:
Sleeping
Sleeping
File size: 127 Bytes
dfa71ab |
1 2 3 4 5 6 7 8 |
#!/usr/bin/env python
import gradio as gr
with gr.Blocks() as demo:
text = gr.Text()
demo.queue(api_open=False).launch()
|