zR commited on
Commit
b485d38
·
1 Parent(s): b694633
Files changed (1) hide show
  1. app.py +4 -1
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 Zero GPU, the output length is restricted to under 4K. If you wish to experience the full capabilities of the model (output exceeding 10K), please deploy the model yourself. Thank you for your understanding.
 
 
 
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
  )