hysts's picture
hysts HF Staff
Add files
dfa71ab
raw
history blame
127 Bytes
#!/usr/bin/env python
import gradio as gr
with gr.Blocks() as demo:
text = gr.Text()
demo.queue(api_open=False).launch()