abidlabs's picture
abidlabs HF Staff
Create app.py
c453bbe
raw
history blame
79 Bytes
import gradio
gr.Interface(lambda x:"Hi, " + x, "textbox", "textbox").launch()