huckiyang commited on
Commit
831ad7b
·
1 Parent(s): 70648e5

[demo] fix 4B tag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ demo = gr.Blocks(title="NVIDIA Research Multilingual Demo")
175
 
176
  with demo:
177
  gr.Markdown("# NVIDIA Research Multilingual Demo")
178
- gr.Markdown("Upload or record audio to transcribe up to 150 human languages using the NVIDIA Research (NVR) 9B model. Audio will be automatically resampled to 16kHz.")
179
 
180
  with gr.Tabs():
181
  with gr.TabItem("Microphone Recording"):
 
175
 
176
  with demo:
177
  gr.Markdown("# NVIDIA Research Multilingual Demo")
178
+ gr.Markdown("Upload or record audio to transcribe up to 150 human languages using the NVIDIA Research (NVR) 4B model. Audio will be automatically resampled to 16kHz.")
179
 
180
  with gr.Tabs():
181
  with gr.TabItem("Microphone Recording"):