asdfasdfasdf / app.py
nateraw's picture
Update app.py
dd9b6f3
raw
history blame contribute delete
83 Bytes
import gradio as gr
gr.Interface(lambda x: f"Hello, {x}", "text", "text").launch()