MikeMpapa commited on
Commit
c25f265
·
verified ·
1 Parent(s): 04a6990

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -79,7 +79,7 @@ def run():
79
  btn_remove_last = gr.Button("↩️ Remove last instrument")
80
  btn_regenerate_last = gr.Button("🔄 Regenerate last instrument")
81
  with gr.Column():
82
- with gr.Box():
83
  audio_output = gr.Video(show_share_button=True)
84
  midi_file = gr.File()
85
  with gr.Row():
 
79
  btn_remove_last = gr.Button("↩️ Remove last instrument")
80
  btn_regenerate_last = gr.Button("🔄 Regenerate last instrument")
81
  with gr.Column():
82
+ with gr.Group():
83
  audio_output = gr.Video(show_share_button=True)
84
  midi_file = gr.File()
85
  with gr.Row():