Spaces:
Runtime error
Runtime error
Add tips for high-res image processing in app.py
Browse files
app.py
CHANGED
|
@@ -114,6 +114,7 @@ title = """
|
|
| 114 |
**Tips**:
|
| 115 |
- Since high-res images are large that may cause the longer transmit time from HF Space to our backend server. Please be kinda patient for the response.
|
| 116 |
- The model is currently mainly focus on high-res image resolution and need to be futher improved on (1) hallucination reduction (2) text formatting control and some more you can spot and suggest to us.
|
|
|
|
| 117 |
"""
|
| 118 |
|
| 119 |
css = """
|
|
|
|
| 114 |
**Tips**:
|
| 115 |
- Since high-res images are large that may cause the longer transmit time from HF Space to our backend server. Please be kinda patient for the response.
|
| 116 |
- The model is currently mainly focus on high-res image resolution and need to be futher improved on (1) hallucination reduction (2) text formatting control and some more you can spot and suggest to us.
|
| 117 |
+
- We are working on to finetune the model on LLaVA-1.5/LRV/LLaVAR data mixture and balance the detailed recognition and hallucination reduction. Stay tuned!
|
| 118 |
"""
|
| 119 |
|
| 120 |
css = """
|