rohitp1 commited on
Commit
9c7b922
·
1 Parent(s): d96c217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ auth_token = os.getenv("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")
12
  # automatically load the interface from a HF model
13
  # you can remove the api_key parameter if you don't care about rate limiting.
14
  demo = gr.load(
15
- "models/rohitp1/kkkh_whisper_small_distillation_att_loss_libri360_epochs_100_batch_4_concat_dataset",
16
  title="Speech-to-text-LibriSpeech-Noise-Robust",
17
  inputs="mic",
18
  description="Let me try to guess what you're saying!",
 
12
  # automatically load the interface from a HF model
13
  # you can remove the api_key parameter if you don't care about rate limiting.
14
  demo = gr.load(
15
+ "huggingface/rohitp1/kkkh_whisper_small_distillation_att_loss_libri360_epochs_100_batch_4_concat_dataset",
16
  title="Speech-to-text-LibriSpeech-Noise-Robust",
17
  inputs="mic",
18
  description="Let me try to guess what you're saying!",