cheetah003 commited on
Commit
ef90d7b
1 Parent(s): 4949120

change show_num to 9

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import time
9
  from modules.tokenization_clip import SimpleTokenizer as ClipTokenizer
10
  from modules.modeling import BirdModel
11
 
12
- show_num = 10
13
  max_words = 32
14
  video_path_zh = "features/Chinese_batch_visual_output_list.npy"
15
  frame_path_zh = "features/Chinese_batch_frame_output_list.npy"
 
9
  from modules.tokenization_clip import SimpleTokenizer as ClipTokenizer
10
  from modules.modeling import BirdModel
11
 
12
+ show_num = 9
13
  max_words = 32
14
  video_path_zh = "features/Chinese_batch_visual_output_list.npy"
15
  frame_path_zh = "features/Chinese_batch_frame_output_list.npy"