Spaces:
Sleeping
Sleeping
File size: 82 Bytes
7c6ebf3 |
1 2 3 4 |
import gradio as gr
gr.Interface(lambda x:x, "uploadbutton", "textbox").launch()
|