ManishThota commited on
Commit
93b7443
·
verified ·
1 Parent(s): ff7f935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ with gr.Blocks(css = css) as app:
227
  ### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.
228
  ### 2. One of my Multimodel Vision-Language model's capabilities with the LLaVA framework.
229
  ### 3. Demo for annotating random images and 4 second videos provided at Notion (https://shorturl.at/givyC)
230
- ### 4. Ability to integrate a Large Language Model and Vision Encoder
231
  """)
232
  with gr.Row():
233
  video = gr.Video(label="Video")
 
227
  ### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.
228
  ### 2. One of my Multimodel Vision-Language model's capabilities with the LLaVA framework.
229
  ### 3. Demo for annotating random images and 4 second videos provided at Notion (https://shorturl.at/givyC)
230
+ ### 4. Ability to integrate a Large Language Model and Vision Encoder & Downloading annotation CSV
231
  """)
232
  with gr.Row():
233
  video = gr.Video(label="Video")