Update app.py
Browse files
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 = "
|
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
|