Spaces:
Runtime error
Runtime error
Commit
·
8c47083
1
Parent(s):
defac29
Update app.py
Browse files
app.py
CHANGED
@@ -422,9 +422,9 @@ with block:
|
|
422 |
gr.Examples(["https://www.youtube.com/shorts/xDNzz8yAH7I","https://www.youtube.com/watch?v=kib6uXQsxBA&pp=ygURc3RldmUgam9icyBzcGVlY2g%3D"], inputs=link)
|
423 |
|
424 |
gr.Markdown("### Audio Examples")
|
425 |
-
gr.Examples(
|
426 |
-
[[os.path.join(os.path.dirname(__file__),"audios/TED_lagrange_point.wav")],[os.path.join(os.path.dirname(__file__),"audios/TED_platon.wav")]],
|
427 |
-
inputs=audio_file)
|
428 |
|
429 |
gr.Markdown("### About the app:")
|
430 |
|
|
|
422 |
gr.Examples(["https://www.youtube.com/shorts/xDNzz8yAH7I","https://www.youtube.com/watch?v=kib6uXQsxBA&pp=ygURc3RldmUgam9icyBzcGVlY2g%3D"], inputs=link)
|
423 |
|
424 |
gr.Markdown("### Audio Examples")
|
425 |
+
# gr.Examples(
|
426 |
+
# [[os.path.join(os.path.dirname(__file__),"audios/TED_lagrange_point.wav")],[os.path.join(os.path.dirname(__file__),"audios/TED_platon.wav")]],
|
427 |
+
# inputs=audio_file)
|
428 |
|
429 |
gr.Markdown("### About the app:")
|
430 |
|