Spaces:
Running on Zero
Running on Zero
Upload app.py
Browse files
app.py
CHANGED
|
@@ -1946,9 +1946,11 @@ THEME = gr.themes.Soft(primary_hue="blue", secondary_hue="cyan", neutral_hue="sl
|
|
| 1946 |
|
| 1947 |
HERO = """
|
| 1948 |
<div id="h3-hero">
|
| 1949 |
-
<h1>MiniMax-H3 · reference → video + soundtrack · Custom lora + CivitAI search,
|
|
|
|
| 1950 |
<p>33B model generating video and a fully synchronized soundtrack (ambience, foley, speech) from your own subject,
|
| 1951 |
-
voice or camera move.
|
|
|
|
| 1952 |
<a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank" rel="noopener">model</a> ·
|
| 1953 |
<a href="https://www.minimax.io/blog/minimax-h3" target="_blank" rel="noopener">blog</a> ·
|
| 1954 |
<a href="https://huggingface.co/spaces/multimodalart/minimax-h3" target="_blank" rel="noopener">text / image to video</a></p>
|
|
@@ -2002,7 +2004,7 @@ visit, so a saved path would come back as a dead file.
|
|
| 2002 |
|
| 2003 |
# gradio 6.0 takes `theme` and `css` on launch(), not here - passing them to the constructor
|
| 2004 |
# only earns a warning and the styling is dropped.
|
| 2005 |
-
with gr.Blocks(title="MiniMax-H3 - Custom lora + CivitAI, GPU cost, profiles,
|
| 2006 |
gr.HTML(HERO)
|
| 2007 |
|
| 2008 |
with gr.Row(equal_height=False):
|
|
|
|
| 1946 |
|
| 1947 |
HERO = """
|
| 1948 |
<div id="h3-hero">
|
| 1949 |
+
<h1>MiniMax-H3 · reference → video + soundtrack · Custom lora + CivitAI search,
|
| 1950 |
+
structured prompt builder, scene continuation, GPU cost, profiles, clip stitching</h1>
|
| 1951 |
<p>33B model generating video and a fully synchronized soundtrack (ambience, foley, speech) from your own subject,
|
| 1952 |
+
voice or camera move. The prompt builder writes the labelled sections H3 was actually trained on, dialogue tags
|
| 1953 |
+
and all.
|
| 1954 |
<a href="https://huggingface.co/MiniMaxAI/MiniMax-H3" target="_blank" rel="noopener">model</a> ·
|
| 1955 |
<a href="https://www.minimax.io/blog/minimax-h3" target="_blank" rel="noopener">blog</a> ·
|
| 1956 |
<a href="https://huggingface.co/spaces/multimodalart/minimax-h3" target="_blank" rel="noopener">text / image to video</a></p>
|
|
|
|
| 2004 |
|
| 2005 |
# gradio 6.0 takes `theme` and `css` on launch(), not here - passing them to the constructor
|
| 2006 |
# only earns a warning and the styling is dropped.
|
| 2007 |
+
with gr.Blocks(title="MiniMax-H3 - Custom lora + CivitAI, structured prompts, GPU cost, profiles, stitching") as demo:
|
| 2008 |
gr.HTML(HERO)
|
| 2009 |
|
| 2010 |
with gr.Row(equal_height=False):
|