test-cors-2 / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
7c6ebf3 verified
raw
history blame
82 Bytes
import gradio as gr
gr.Interface(lambda x:x, "uploadbutton", "textbox").launch()