multimodalart HF Staff commited on
Commit
3320577
·
verified ·
1 Parent(s): 92693c1

Open badge links in a new tab

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -488,9 +488,9 @@ load_models()
488
  INTRO = """# MiniMax-H3 Reference
489
 
490
  <div align="center">
491
- <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3"><strong>[ model ]</strong></a> &nbsp;
492
- <a href="https://www.minimax.io/blog/minimax-h3"><strong>[ blog ]</strong></a> &nbsp;
493
- <a href="https://huggingface.co/spaces/multimodalart/minimax-h3"><strong>[ text / image to video ]</strong></a>
494
  </div>
495
 
496
  **MiniMax-H3** is a 33B parameter state of the art video generation model that produces video and a
 
488
  INTRO = """# MiniMax-H3 Reference
489
 
490
  <div align="center">
491
+ <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank" rel="noopener"><strong>[ model ]</strong></a> &nbsp;
492
+ <a href="https://www.minimax.io/blog/minimax-h3" target="_blank" rel="noopener"><strong>[ blog ]</strong></a> &nbsp;
493
+ <a href="https://huggingface.co/spaces/multimodalart/minimax-h3" target="_blank" rel="noopener"><strong>[ text / image to video ]</strong></a>
494
  </div>
495
 
496
  **MiniMax-H3** is a 33B parameter state of the art video generation model that produces video and a