jinghan23 commited on
Commit
14d4745
·
verified ·
1 Parent(s): f747d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def create_interface():
148
  sections = {
149
  'Video Info': ['vid', 'video_url', 'title', 'category', 'extended_description'],
150
  'Content': ['rephrased_description'],
151
- 'Additional Info': ['vqa','vqa_1']
152
  }
153
 
154
  formatted_sections = []
 
148
  sections = {
149
  'Video Info': ['vid', 'video_url', 'title', 'category', 'extended_description'],
150
  'Content': ['rephrased_description'],
151
+ 'Additional Info': ['vqa','vqa_v1']
152
  }
153
 
154
  formatted_sections = []