Ahmed107 commited on
Commit
e0f416c
β€’
1 Parent(s): 9c39870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ import tempfile
19
  import time
20
  import os
21
 
22
- MODEL_NAME = "nadsoft/hamsa-v0.2-beta"
23
  BATCH_SIZE = 8
24
  FILE_LIMIT_MB = 1000
25
  YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
@@ -97,7 +97,7 @@ mf_transcribe = gr.Interface(
97
  outputs="text",
98
  layout="horizontal",
99
  theme="huggingface",
100
- title="Whisper Demo: Transcribe Audio",
101
  description=(
102
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
103
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
19
  import time
20
  import os
21
 
22
+ MODEL_NAME = "nadsoft/hamsa-v0.2-2400"
23
  BATCH_SIZE = 8
24
  FILE_LIMIT_MB = 1000
25
  YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
 
97
  outputs="text",
98
  layout="horizontal",
99
  theme="huggingface",
100
+ title="Hamsa v0.2 Demo: Transcribe Audio",
101
  description=(
102
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
103
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"