Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def fetch(
|
|
| 30 |
if 'num' in df.columns:
|
| 31 |
video_max_num = df['num'][index]
|
| 32 |
else:
|
| 33 |
-
video_max_num =
|
| 34 |
|
| 35 |
youtube_video_dataset = YoutubeVideoDataset(
|
| 36 |
root_dir="./",
|
|
|
|
| 30 |
if 'num' in df.columns:
|
| 31 |
video_max_num = df['num'][index]
|
| 32 |
else:
|
| 33 |
+
video_max_num = 50
|
| 34 |
|
| 35 |
youtube_video_dataset = YoutubeVideoDataset(
|
| 36 |
root_dir="./",
|