Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -714,7 +714,7 @@ CSS = """
|
|
| 714 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 715 |
"""
|
| 716 |
|
| 717 |
-
with gr.Blocks(title="MiniMax-H3 Reference") as demo:
|
| 718 |
gr.Markdown(INTRO)
|
| 719 |
|
| 720 |
with gr.Row():
|
|
|
|
| 714 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 715 |
"""
|
| 716 |
|
| 717 |
+
with gr.Blocks(title="MiniMax-H3 Reference Custom Lora") as demo:
|
| 718 |
gr.Markdown(INTRO)
|
| 719 |
|
| 720 |
with gr.Row():
|