abidlabs's picture
abidlabs HF Staff
Create app.py
89b7985
raw
history blame
94 Bytes
import gradio as gr
gr.Interface(lambda x:x + "Hello", "textbox", "textbox").queue().launch()