amedcj commited on
Commit
7843a47
·
verified ·
1 Parent(s): 2820e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "amedcj/kurmanji-asr-model" # 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.
 
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.