Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import fairseq
|
|
7 |
import IPython.display as ipd
|
8 |
import os # Import the 'os' module
|
9 |
|
10 |
-
commit_hash = "
|
11 |
|
12 |
# --- Whisper (ASR) Setup ---
|
13 |
ASR_MODEL_NAME = "openai/whisper-large-v2"
|
|
|
7 |
import IPython.display as ipd
|
8 |
import os # Import the 'os' module
|
9 |
|
10 |
+
commit_hash = "8798153927c22132778bef7b507d389474fa3589" # Example - find a suitable one!
|
11 |
|
12 |
# --- Whisper (ASR) Setup ---
|
13 |
ASR_MODEL_NAME = "openai/whisper-large-v2"
|