amisima commited on
Commit
561043e
·
verified ·
1 Parent(s): d7f7589

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1289,7 +1289,7 @@ THEME = gr.themes.Soft(primary_hue="blue", secondary_hue="cyan", neutral_hue="sl
1289
 
1290
  HERO = """
1291
  <div id="h3-hero">
1292
- <h1>MiniMax-H3 &middot; reference &rarr; video + soundtrack &middot; Custom lora, GPU cost, profiles, clip stitching</h1>
1293
  <p>33B model generating video and a fully synchronized soundtrack (ambience, foley, speech) from your own subject,
1294
  voice or camera move.
1295
  <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank" rel="noopener">model</a> &middot;
@@ -1325,7 +1325,7 @@ visit, so a saved path would come back as a dead file.
1325
 
1326
  # gradio 6.0 takes `theme` and `css` on launch(), not here - passing them to the constructor
1327
  # only earns a warning and the styling is dropped.
1328
- with gr.Blocks(title="MiniMax-H3 - Custom lora, GPU cost, profiles, clip stitching") as demo:
1329
  gr.HTML(HERO)
1330
 
1331
  with gr.Row(equal_height=False):
 
1289
 
1290
  HERO = """
1291
  <div id="h3-hero">
1292
+ <h1>MiniMax-H3 &middot; reference &rarr; video + soundtrack &middot; Custom lora + CivitAI links, GPU cost, profiles, clip stitching</h1>
1293
  <p>33B model generating video and a fully synchronized soundtrack (ambience, foley, speech) from your own subject,
1294
  voice or camera move.
1295
  <a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank" rel="noopener">model</a> &middot;
 
1325
 
1326
  # gradio 6.0 takes `theme` and `css` on launch(), not here - passing them to the constructor
1327
  # only earns a warning and the styling is dropped.
1328
+ with gr.Blocks(title="MiniMax-H3 - Custom lora + CivitAI, GPU cost, profiles, clip stitching") as demo:
1329
  gr.HTML(HERO)
1330
 
1331
  with gr.Row(equal_height=False):