Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jph00
/
minimal
like
4
Running
App
Files
Files
Community
a61f902
minimal
/
app.py
jph00
app.py
a61f902
over 2 years ago
raw
Copy download link
history
blame
108 Bytes
import
gradio
as
gr
def
greet
():
return
"Hello"
gr.Interface(fn=greet, inputs=[], outputs=
"text"
).launch()