Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -690,7 +690,7 @@ with gr.Blocks(title="MiniMax-H3 Turbo") as demo:
|
|
| 690 |
with gr.Column(scale=2):
|
| 691 |
output_video = gr.Video(label="Ergebnis", format="mp4", autoplay=True)
|
| 692 |
report = gr.Markdown(label="Report")
|
| 693 |
-
refined = gr.Textbox(label="Refined Prompt", lines=4
|
| 694 |
|
| 695 |
cost_inputs = [canvas, duration, mode, steps, first_frame, last_frame, with_audio]
|
| 696 |
for control in cost_inputs:
|
|
|
|
| 690 |
with gr.Column(scale=2):
|
| 691 |
output_video = gr.Video(label="Ergebnis", format="mp4", autoplay=True)
|
| 692 |
report = gr.Markdown(label="Report")
|
| 693 |
+
refined = gr.Textbox(label="Refined Prompt", lines=4)
|
| 694 |
|
| 695 |
cost_inputs = [canvas, duration, mode, steps, first_frame, last_frame, with_audio]
|
| 696 |
for control in cost_inputs:
|