dailingx commited on
Commit
7cb494c
·
verified ·
1 Parent(s): b8a25b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1
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="./",