abidlabs's picture
abidlabs HF Staff
Create app.py
5bb4b0c
raw
history blame
76 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch()