abidlabs's picture
abidlabs HF Staff
Update app.py
72a8cfa
raw
history blame
85 Bytes
import gradio as gr
gr.Interface(lambda x:"Hi, " + x, "textbox", "textbox").launch()