Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesRemoved not used hardcoded variable
app.py
CHANGED
|
@@ -3,8 +3,6 @@ from whisper_cs import generate
|
|
| 3 |
from AinaTheme import theme
|
| 4 |
import spaces
|
| 5 |
|
| 6 |
-
USE_V2_FAST = True
|
| 7 |
-
|
| 8 |
@spaces.GPU
|
| 9 |
def transcribe(inputs, model_version):
|
| 10 |
if inputs is None:
|
|
|
|
| 3 |
from AinaTheme import theme
|
| 4 |
import spaces
|
| 5 |
|
|
|
|
|
|
|
| 6 |
@spaces.GPU
|
| 7 |
def transcribe(inputs, model_version):
|
| 8 |
if inputs is None:
|