Spaces:
Runtime error
Runtime error
GreenRaptor
commited on
Commit
•
fc09a10
1
Parent(s):
38e621e
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
import argparse
|
4 |
import soundfile as sf
|
|
|
5 |
import tempfile
|
6 |
from pathlib import Path
|
7 |
import os
|
|
|
2 |
|
3 |
import argparse
|
4 |
import soundfile as sf
|
5 |
+
import numpy as np
|
6 |
import tempfile
|
7 |
from pathlib import Path
|
8 |
import os
|