AfroLogicInsect commited on
Commit
b66741a
·
verified ·
1 Parent(s): 4dfa880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ warnings.filterwarnings("ignore")
16
  # =============================================================================
17
 
18
  # Configure your model path - UPDATE THIS with your actual model name
19
- MODEL_NAME = "your-username/whisper-finetuned-float32" # Replace with your HF model
20
 
21
  # Global variables for model and processor
22
  model = None
 
16
  # =============================================================================
17
 
18
  # Configure your model path - UPDATE THIS with your actual model name
19
+ MODEL_NAME = "AfroLogicInsect/whisper-finetuned-float32" # Replace with your HF model
20
 
21
  # Global variables for model and processor
22
  model = None