shenyunhang commited on
Commit
dcbf0ce
·
1 Parent(s): aeb04aa

6a0e740d98a0@2025-02-26_11-27-15:

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -900,10 +900,14 @@ html = f"""
900
  </p>
901
  <center>
902
  <font size=3>
 
903
  <b>Long-VITA</b> has been fully open-sourced on <a href='https://huggingface.co/VITA-MLLM'>😊 Huggingface</a> and <a href='https://github.com/VITA-MLLM/Long-VITA'>🌟 GitHub</a>. If you find Long-VITA useful, a like❤️ or a star🌟 would be appreciated.
 
904
  </font>
905
- <font size=6>
906
- If the model does not respond or the demo shows errors, the device may be out of memory.
 
 
907
  </font>
908
  </center>
909
  """
 
900
  </p>
901
  <center>
902
  <font size=3>
903
+ <p>
904
  <b>Long-VITA</b> has been fully open-sourced on <a href='https://huggingface.co/VITA-MLLM'>😊 Huggingface</a> and <a href='https://github.com/VITA-MLLM/Long-VITA'>🌟 GitHub</a>. If you find Long-VITA useful, a like❤️ or a star🌟 would be appreciated.
905
+ </p>
906
  </font>
907
+ <font size=2>
908
+ <p>
909
+ If the model does not respond or the demo shows errors, it could be out of memory.
910
+ </p>
911
  </font>
912
  </center>
913
  """