test-3.8b1 / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
c86c725
raw
history blame
76 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch()