Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ import torchaudio
|
|
| 16 |
import whisper
|
| 17 |
import gradio as gr
|
| 18 |
from argparse import Namespace
|
|
|
|
| 19 |
|
| 20 |
# ---------------------------------------------------------------------
|
| 21 |
# The following imports assume your local project structure:
|
|
|
|
| 16 |
import whisper
|
| 17 |
import gradio as gr
|
| 18 |
from argparse import Namespace
|
| 19 |
+
import spaces
|
| 20 |
|
| 21 |
# ---------------------------------------------------------------------
|
| 22 |
# The following imports assume your local project structure:
|