Spaces:
Running
on
Zero
Running
on
Zero
Hecheng0625
commited on
Commit
•
633cfc3
1
Parent(s):
24e0fd9
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import gradio as gr
|
|
6 |
import torchaudio
|
7 |
import os
|
8 |
from huggingface_hub import hf_hub_download
|
|
|
9 |
|
10 |
from Amphion.models.ns3_codec import (
|
11 |
FACodecEncoder,
|
|
|
6 |
import torchaudio
|
7 |
import os
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
+
import numpy as np
|
10 |
|
11 |
from Amphion.models.ns3_codec import (
|
12 |
FACodecEncoder,
|