Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
b8f664d
1
Parent(s):
07c066e
Removing examples
Browse files
app.py
CHANGED
@@ -28,10 +28,10 @@ interface1 = gr.Interface(
|
|
28 |
outputs=outputs,
|
29 |
title=heading,
|
30 |
description=description,
|
31 |
-
examples=[
|
32 |
-
|
33 |
-
|
34 |
-
],
|
35 |
theme="compact",
|
36 |
)
|
37 |
|
|
|
28 |
outputs=outputs,
|
29 |
title=heading,
|
30 |
description=description,
|
31 |
+
# examples=[
|
32 |
+
# ["https://www.youtube.com/playlist?list=PL-osiE80TeTsWmV9i9c58mdDCSskIFdDS", "Total Duration"],
|
33 |
+
# ["https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p", "Average Duration"],
|
34 |
+
# ],
|
35 |
theme="compact",
|
36 |
)
|
37 |
|