Edward Nagy commited on
Commit
47a9fe0
1 Parent(s): fed7807

Add example URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
54
  ],
55
  outputs="text",
56
  title="Whisper Small Hungarian",
57
- description="Realtime demo for Hungarian speech recognition using a fine-tuned Whisper small model. Enter a video URL or record your voice to transcribe.",
58
  )
59
 
60
  iface.launch()
 
54
  ],
55
  outputs="text",
56
  title="Whisper Small Hungarian",
57
+ description="Realtime demo for Hungarian speech recognition using a fine-tuned Whisper small model. Enter a video URL or record your voice to transcribe.\nExample video URL: https://github.com/pwang697/Scalable-Machine-Learning-Lab_2/raw/test/vasar-hu.mp4",
58
  )
59
 
60
  iface.launch()