Spaces:
Runtime error
Runtime error
Commit Β·
8d5f163
1
Parent(s): 8a33597
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,12 +98,12 @@ with gr.Blocks() as demo:
|
|
| 98 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 99 |
outputs=[html,top1, top2, top3, top4, top5])
|
| 100 |
gr.Examples(
|
| 101 |
-
[
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
[audio_url_input],
|
| 108 |
[html,top1, top2, top3, top4, top5],
|
| 109 |
process_url,
|
|
@@ -113,4 +113,4 @@ with gr.Blocks() as demo:
|
|
| 113 |
outputs=[top1, top2, top3, top4, top5])
|
| 114 |
|
| 115 |
|
| 116 |
-
demo.launch(debug=
|
|
|
|
| 98 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 99 |
outputs=[html,top1, top2, top3, top4, top5])
|
| 100 |
gr.Examples(
|
| 101 |
+
["https://www.youtube.com/watch?v=aNzCDt2eidg",
|
| 102 |
+
"https://www.youtube.com/watch?v=NBE-uBgtINg",
|
| 103 |
+
"https://www.youtube.com/watch?v=5NV6Rdv1a3I",
|
| 104 |
+
"https://www.youtube.com/watch?v=OiC1rgCPmUQ",
|
| 105 |
+
"https://www.youtube.com/watch?v=dRX0wDNK6S4",
|
| 106 |
+
"https://www.youtube.com/watch?v=Guzu9aAeDIc"],
|
| 107 |
[audio_url_input],
|
| 108 |
[html,top1, top2, top3, top4, top5],
|
| 109 |
process_url,
|
|
|
|
| 113 |
outputs=[top1, top2, top3, top4, top5])
|
| 114 |
|
| 115 |
|
| 116 |
+
demo.launch(debug=True)
|