Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ logging.set_verbosity_error()
|
|
4 |
|
5 |
from transformers import pipeline
|
6 |
|
|
|
|
|
|
|
7 |
import soundfile as sf
|
8 |
import numpy as np
|
9 |
import tempfile
|
|
|
4 |
|
5 |
from transformers import pipeline
|
6 |
|
7 |
+
import gradio as gr
|
8 |
+
import os
|
9 |
+
|
10 |
import soundfile as sf
|
11 |
import numpy as np
|
12 |
import tempfile
|