Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| = gr.Textbox() | |
| def fn_1(): | |
| ... | |
| return | |
| demo.launch() |
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| = gr.Textbox() | |
| def fn_1(): | |
| ... | |
| return | |
| demo.launch() |