avnigashi commited on
Commit
c83224a
·
verified ·
1 Parent(s): 7936b09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, show_copy_button=True)
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: