anuragshas commited on
Commit
6eef7ab
β€’
1 Parent(s): 781aee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ gr.Interface(
36
  outputs=[gr.outputs.Textbox()],
37
  examples=[["example1.wav"]],
38
  title="Hindi ASR using Wav2Vec2-1B with LM",
 
39
  description="Built during Robust Speech Event",
40
  layout="horizontal",
41
  theme="huggingface",
42
- ).launch(enable_queue=True)
 
36
  outputs=[gr.outputs.Textbox()],
37
  examples=[["example1.wav"]],
38
  title="Hindi ASR using Wav2Vec2-1B with LM",
39
+ article="<p><center><img src='https://visitor-badge.glitch.me/badge?page_id=anuragshas/Hindi_ASR' alt='visitor badge'></center></p>"
40
  description="Built during Robust Speech Event",
41
  layout="horizontal",
42
  theme="huggingface",
43
+ ).launch(enable_queue=True, cache_examples=True)