Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
3d4fd71
1
Parent(s):
8113efd
Removing the example links for playlist mismatch to see if that's a problem
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ interface2 = gr.Interface(
|
|
56 |
outputs=mismatch_outputs,
|
57 |
title=second_heading,
|
58 |
description=second_description,
|
59 |
-
examples=[
|
60 |
-
|
61 |
-
],
|
62 |
theme="compact",
|
63 |
)
|
64 |
|
|
|
56 |
outputs=mismatch_outputs,
|
57 |
title=second_heading,
|
58 |
description=second_description,
|
59 |
+
# examples=[
|
60 |
+
# ["https://www.youtube.com/playlist?list=PL-osiE80TeTsWmV9i9c58mdDCSskIFdDS", "https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p"],
|
61 |
+
# ],
|
62 |
theme="compact",
|
63 |
)
|
64 |
|