test-space / app.py
aliabd's picture
aliabd HF Staff
Create app.py
6b11491
raw
history blame contribute delete
82 Bytes
import gradio as gr
gr.Interface(lambda x: "hello " + x, "text", "text").launch()