zR commited on
Commit
7e3e4fa
1 Parent(s): cbe73b1

changed warning

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -82,10 +82,12 @@ with gr.Blocks() as demo:
82
  <a href="https://arxiv.org/pdf/2408.07055">📜 arxiv </a>
83
  </div>
84
  <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
85
- ⚠️ Due to the limitations of Huggingface ZERO GPUs, in order to output 10K characters in one go,
86
- we need to request a 4-5 minute quota each time.
87
- This will result in you only being able to use it once every 4 hours.
88
- If you plan to use it long-term, please consider deploying the model or fork this space yourself.
 
 
89
  </div>
90
  """
91
  )
 
82
  <a href="https://arxiv.org/pdf/2408.07055">📜 arxiv </a>
83
  </div>
84
  <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
85
+ ⚠️ Due to the limitations of Huggingface ZERO GPUs, in order to output 5K characters in one go,
86
+ we need to request a 4-5 minute quota each time.
87
+ This will result in you only being able to use it once every 4 hours.<br>
88
+
89
+ ⚠️After 4-5 minute it will Error with time out, not matter if the output finish, this is not caused by model. <br>
90
+ If you plan to use it long-term, please consider deploying the model or fork this space yourself.
91
  </div>
92
  """
93
  )