Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
d67e92c
1
Parent(s):
0c8989a
Update app.py
Browse files
app.py
CHANGED
@@ -553,7 +553,7 @@ with block:
|
|
553 |
gr.Examples([[os.path.join(os.path.dirname(__file__),"audios/EnglishLecture.mp4")]], inputs=audio_file)
|
554 |
|
555 |
gr.Markdown("### Text Examples")
|
556 |
-
gr.Examples([[os.path.join(os.path.dirname(__file__),"texts/India_Canada.txt")]],inputs=article
|
557 |
|
558 |
gr.Markdown("### About the app:")
|
559 |
|
|
|
553 |
gr.Examples([[os.path.join(os.path.dirname(__file__),"audios/EnglishLecture.mp4")]], inputs=audio_file)
|
554 |
|
555 |
gr.Markdown("### Text Examples")
|
556 |
+
gr.Examples([[os.path.join(os.path.dirname(__file__),"texts/India_Canada.txt")]],inputs=article)
|
557 |
|
558 |
gr.Markdown("### About the app:")
|
559 |
|