Spaces:
Running on Zero
Running on Zero
Upload app.py
Browse files
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 · reference → video + soundtrack · 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> ·
|
|
@@ -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 · reference → video + soundtrack · 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> ·
|
|
|
|
| 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):
|