Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
giancarlino
/
MyBackingTrackStudio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MyBackingTrackStudio
1.76 kB
Ctrl+K
Ctrl+K
1 contributor
History:
2 commits
giancarlino
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
414d408
verified
7 months ago
.gitattributes
Safe
1.52 kB
initial commit
7 months ago
README.md
Safe
238 Bytes
initial commit
7 months ago
app.py
Safe
0 Bytes
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
7 months ago