Spaces:
Running on Zero
Running on Zero
Commit ·
b3f7f32
1
Parent(s): d9fa683
Fix NameError: restore import html as _html used in _build_waveform_html
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ Supported models
|
|
| 8 |
HunyuanFoley – text-guided foley via SigLIP2 + Synchformer + CLAP (48 kHz, up to 15 s)
|
| 9 |
"""
|
| 10 |
|
|
|
|
| 11 |
import math
|
| 12 |
import os
|
| 13 |
import sys
|
|
|
|
| 8 |
HunyuanFoley – text-guided foley via SigLIP2 + Synchformer + CLAP (48 kHz, up to 15 s)
|
| 9 |
"""
|
| 10 |
|
| 11 |
+
import html as _html
|
| 12 |
import math
|
| 13 |
import os
|
| 14 |
import sys
|