jinghan23 commited on
Commit
1ae4c0b
·
1 Parent(s): 156b632
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ def create_interface():
147
 
148
  sections = {
149
  'Video Info': ['vid', 'video_url', 'title', 'category', 'extended_description'],
150
- 'Content': ['description'],
151
- 'Additional Info': ['vqa']
152
  }
153
 
154
  formatted_sections = []
 
147
 
148
  sections = {
149
  'Video Info': ['vid', 'video_url', 'title', 'category', 'extended_description'],
150
+ 'Content': ['rephrased_description'],
151
+ 'Additional Info': ['vqa','vqa_ds']
152
  }
153
 
154
  formatted_sections = []