Spaces:
Running
Running
BoltzmannEntropy
commited on
Commit
•
e292aff
1
Parent(s):
773b499
readme
Browse files
app.py
CHANGED
@@ -307,6 +307,7 @@ def create_gradio_interface():
|
|
307 |
# Title
|
308 |
gr.Markdown("# VLM-Image-Analysis: A Vision-and-Language Modeling Framework.")
|
309 |
gr.Markdown("""
|
|
|
310 |
- Handle a batch of images from a ZIP file OR
|
311 |
- Processes images from an HF DB
|
312 |
- Compatible with png, jpg, jpeg, and webp formats
|
|
|
307 |
# Title
|
308 |
gr.Markdown("# VLM-Image-Analysis: A Vision-and-Language Modeling Framework.")
|
309 |
gr.Markdown("""
|
310 |
+
- Requires at list 16 GB of VRAM (GPU memory)
|
311 |
- Handle a batch of images from a ZIP file OR
|
312 |
- Processes images from an HF DB
|
313 |
- Compatible with png, jpg, jpeg, and webp formats
|