Update app.py
Browse files
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','
|
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 = []
|