Spaces:
Runtime error
Runtime error
zahoor54321
commited on
Commit
•
078d7bc
1
Parent(s):
3e01d41
Update Gradio/app.py
Browse files- Gradio/app.py +1 -1
Gradio/app.py
CHANGED
@@ -43,7 +43,7 @@ description = """
|
|
43 |
</p>
|
44 |
"""
|
45 |
article = "<p style='text-align: center'><a href='https://seventick.com/asr-model-for-urdu-language/' target='_blank'>Visit for more info</a></p>"
|
46 |
-
examples = [["Sample/sample1.mp3"], ["Sample/sample2.mp3"]
|
47 |
|
48 |
|
49 |
Input = gr.Audio(
|
|
|
43 |
</p>
|
44 |
"""
|
45 |
article = "<p style='text-align: center'><a href='https://seventick.com/asr-model-for-urdu-language/' target='_blank'>Visit for more info</a></p>"
|
46 |
+
examples = [["Sample/sample1.mp3"], ["Sample/sample2.mp3"]]
|
47 |
|
48 |
|
49 |
Input = gr.Audio(
|