Spaces:
Paused
Paused
ManishThota
commited on
Commit
•
98a1973
1
Parent(s):
93b7443
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,8 @@ 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 & Downloading annotation CSV
|
|
|
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 |
+
### 5. Click on the below examples to import the cached annotations for images and videos
|
232 |
""")
|
233 |
with gr.Row():
|
234 |
video = gr.Video(label="Video")
|