Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
Β·
6eef7ab
1
Parent(s):
781aee4
Update app.py
Browse files
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)
|