Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rossdan
/
new_space
like
0
Sleeping
App
Files
Files
Community
97a7c52
new_space
/
app.py
Rossdan
Create app.py
ab5d4fc
verified
9 months ago
raw
Copy download link
history
blame
Safe
212 Bytes
import
gradio
as
gr
from
gradio_notebook
import
GradioNotebook
AICONFIG_FILE_PATH =
"./music_gen.aiconfig.json"
with
gr.Blocks()
as
demo:
GradioNotebook(config_path=AICONFIG_FILE_PATH)
demo.queue().launch()