kingabzpro commited on
Commit
aea8191
β€’
1 Parent(s): 350c5f7

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. Gradio/app.py +4 -4
Gradio/app.py CHANGED
@@ -12,10 +12,10 @@ hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "Urdu-ASR-flags")
12
 
13
  ############## DagsHub ################################
14
 
15
- Model = "Model"
16
-
17
- from dagshub.streaming import install_hooks
18
- install_hooks()
19
 
20
  ############## Inference ##############################
21
 
 
12
 
13
  ############## DagsHub ################################
14
 
15
+ Model = "kingabzpro/wav2vec2-large-xls-r-300m-Urdu"
16
+ # This is not working because Huggingface has completely changed the git server.
17
+ # from dagshub.streaming import install_hooks
18
+ # install_hooks()
19
 
20
  ############## Inference ##############################
21