Spaces:
Runtime error
Runtime error
* chore(app.py): update tips section in title variable
Browse files
app.py
CHANGED
|
@@ -110,7 +110,8 @@ title = """
|
|
| 110 |
[[Otter Codebase]](https://github.com/Luodian/Otter) [[Paper]]() [[Checkpoints & Benchmarks]](https://huggingface.co/Otter-AI)
|
| 111 |
|
| 112 |
**Tips**:
|
| 113 |
-
- Since 1024x1024 images are large that may cause the transmit time from HF Space to our backend server. Please be kinda patient for the response.
|
|
|
|
| 114 |
"""
|
| 115 |
|
| 116 |
css = """
|
|
|
|
| 110 |
[[Otter Codebase]](https://github.com/Luodian/Otter) [[Paper]]() [[Checkpoints & Benchmarks]](https://huggingface.co/Otter-AI)
|
| 111 |
|
| 112 |
**Tips**:
|
| 113 |
+
- Since 1024x1024 images are large that may cause the longer transmit time from HF Space to our backend server. Please be kinda patient for the response.
|
| 114 |
+
- The model is currently mainly focus on high-res image resolution and need to be futher improved on (1) reduce hallucination. (2) text formatting control and some more you can suggest.
|
| 115 |
"""
|
| 116 |
|
| 117 |
css = """
|