nateraw's picture
Create app.py
ea62ba7
raw
history blame contribute delete
83 Bytes
import gradio as gr
gr.Interface(lambda x: f"hello, {x}", "text", "text").launch()