Kalbe-x-Bangkit commited on
Commit
ee83c2b
1 Parent(s): f433e30

Update index.html

Browse files

editing image path, and editing the comment

Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -119,13 +119,13 @@
119
  <div class="grid-container">
120
  <h3 class="overview-heading"><span class="vl">Model Architecture</span></h3>
121
  <div>
122
- <p class="overview-content">The model is trained using Idefics2-8b.</p>
123
- <img class="content-image" src="file/img/idefics2_architecture.png" alt="model-architecture" />
124
  </div>
125
  </div>
126
  </section>
127
  <h3 class="overview-heading"><span class="vl">Demo</span></h3>
128
- <p class="overview-content">Please select or upload a image and text to see the prediction of this model</p>
129
  </div>
130
  </body>
131
  </html>
 
119
  <div class="grid-container">
120
  <h3 class="overview-heading"><span class="vl">Model Architecture</span></h3>
121
  <div>
122
+ <p class="overview-content">This is the Idefics2-8b pre-trained model architecture.</p>
123
+ <img class="content-image" src="https://raw.githubusercontent.com/Kalbe-x-Bangkit/C24-RM-Kalbe-Bangkit/main/img/idefics2_architecture.png" alt="model-architecture" />
124
  </div>
125
  </div>
126
  </section>
127
  <h3 class="overview-heading"><span class="vl">Demo</span></h3>
128
+ <p class="overview-content">Please upload an image and question or select from the examples to see the answer prediction</p>
129
  </div>
130
  </body>
131
  </html>