Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import spaces
|
2 |
import tempfile
|
|
|
3 |
import gradio as gr
|
4 |
import os
|
5 |
from whisperspeech.pipeline import Pipeline
|
|
|
1 |
import spaces
|
2 |
import tempfile
|
3 |
+
import wave
|
4 |
import gradio as gr
|
5 |
import os
|
6 |
from whisperspeech.pipeline import Pipeline
|