Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hzrr
/
dal_audio_inference
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hzrr
commited on
Dec 29, 2023
Commit
e3eef83
·
1 Parent(s):
264775c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -75,6 +75,7 @@ character_dict = {
75
"崇宫真那": 14,
76
}
77
78
load_model(config_path, pth_path)
79
80
app = gr.Blocks()
75
"崇宫真那": 14,
76
}
77
78
+
79
load_model(config_path, pth_path)
80
81
app = gr.Blocks()