calculator / app.py
freddyaboulton's picture
Create app.py
b4baadc verified
raw
history blame contribute delete
71 Bytes
import gradio as gr
gr.Interface(lambda s: s, "text", "text").launch()