wiusdy commited on
Commit
1be55a8
1 Parent(s): d2a63c1

att gradio

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
- title: VQA Fashion Hvar
3
- emoji: 🌖
4
- colorFrom: green
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 4.16.0
8
- app_file: app.py
9
- pinned: false
10
  license: apache-2.0
 
 
 
 
 
11
  ---
12
 
13
  # This is a simple VQA system using Hugging Face, PyTorch and Vision-and-Language Transformer (ViLT)
@@ -17,7 +16,7 @@ In this repository we created a simple VQA system capable of recognize spatial a
17
 
18
  The project was based in this paper **FashionVQA: A Domain-Specific Visual Question Answering System** [[1]](#1).
19
 
20
- We used the repo <https://github.com/dandelin/ViLT> for the VQA models.
21
 
22
 
23
 
 
1
  ---
2
+ tags:
3
+ - visual-question-answering-for-fashion-context
 
 
 
 
 
 
4
  license: apache-2.0
5
+ widget:
6
+ - text: "Testing.."
7
+ src: "figure"
8
+ - text: "Testing again.."
9
+ src: "new figure"
10
  ---
11
 
12
  # This is a simple VQA system using Hugging Face, PyTorch and Vision-and-Language Transformer (ViLT)
 
16
 
17
  The project was based in this paper **FashionVQA: A Domain-Specific Visual Question Answering System** [[1]](#1).
18
 
19
+
20
 
21
 
22