Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nnKmmnh
/
bhhh
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7674710
bhhh
/
app.py
nnKmmnh
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
7674710
verified
3 days ago
raw
Copy download link
history
blame
Safe
66 Bytes
git add app.py && git commit -m
'Add application file'
&& git push