ford442 commited on
Commit
31c2346
·
verified ·
1 Parent(s): 856b8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "3c4959e52f8a1ec7d4bed317be2226c714fc0be3" # Example - find a suitable one!
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"