Spaces:
Runtime error
Runtime error
zR
commited on
Commit
·
b485d38
1
Parent(s):
b694633
read
Browse files
app.py
CHANGED
@@ -80,7 +80,10 @@ with gr.Blocks() as demo:
|
|
80 |
<a href="https://arxiv.org/pdf/2408.07055">📜 arxiv </a>
|
81 |
</div>
|
82 |
<div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
|
83 |
-
⚠️ This is just a basic demo. Due to the scheduling limitations of
|
|
|
|
|
|
|
84 |
</div>
|
85 |
"""
|
86 |
)
|
|
|
80 |
<a href="https://arxiv.org/pdf/2408.07055">📜 arxiv </a>
|
81 |
</div>
|
82 |
<div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
|
83 |
+
⚠️ This is just a basic demo. Due to the scheduling limitations of Huggingface ZERO GPUs, the output
|
84 |
+
length is restricted to under 4K per request (Otherwise may cause timeout ERROR).
|
85 |
+
If you wish to experience the full capabilities of the model (output exceeding 10K),
|
86 |
+
please deploy the model yourself.
|
87 |
</div>
|
88 |
"""
|
89 |
)
|