almncarlo commited on
Commit
7d4aec1
Β·
verified Β·
1 Parent(s): 1b1b9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -230,14 +230,14 @@ with gr.Blocks(
230
  elem_id="model_output_text_box",
231
  )
232
 
233
- with gr.Row():
234
-
235
- gr.HTML(
236
- "<p style='text-align: center'>"
237
- "🐀 <a href='https://huggingface.co/nvidia/canary-1b' target='_blank'>Canary model</a> | "
238
- "πŸ§‘β€πŸ’» <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
239
- "</p>"
240
- )
241
 
242
  go_button.click(
243
  fn=transcribe,
 
230
  elem_id="model_output_text_box",
231
  )
232
 
233
+ with gr.Row():
234
+
235
+ gr.HTML(
236
+ "<p style='text-align: center'>"
237
+ "🐀 <a href='https://huggingface.co/nvidia/canary-1b' target='_blank'>Canary model</a> | "
238
+ "πŸ§‘β€πŸ’» <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
239
+ "</p>"
240
+ )
241
 
242
  go_button.click(
243
  fn=transcribe,