Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# IMPORTANT: Replace this with the exact ID of your uploaded model
|
| 5 |
-
MODEL_ID = "
|
| 6 |
|
| 7 |
# Load the ASR model pipeline
|
| 8 |
# The pipeline handles downloading the weights and configuration.
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# IMPORTANT: Replace this with the exact ID of your uploaded model
|
| 5 |
+
MODEL_ID = "Akashpb13/xlsr_kurmanji_kurdish" # Assuming your model ID uses your Space's username
|
| 6 |
|
| 7 |
# Load the ASR model pipeline
|
| 8 |
# The pipeline handles downloading the weights and configuration.
|