Hjgugugjhuhjggg commited on
Commit
9e03d8f
·
verified ·
1 Parent(s): ed8fa70

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -71,7 +71,7 @@ def run():
71
  btn_remove_last = gr.Button("↩️ Remove last instrument")
72
  btn_regenerate_last = gr.Button("🔄 Regenerate last instrument")
73
  with gr.Column():
74
- with gr.Box():
75
  audio_output = gr.Video(show_share_button=True)
76
  midi_file = gr.File()
77
  with gr.Row():
@@ -154,4 +154,4 @@ def run():
154
 
155
 
156
  if __name__ == "__main__":
157
- run()
 
71
  btn_remove_last = gr.Button("↩️ Remove last instrument")
72
  btn_regenerate_last = gr.Button("🔄 Regenerate last instrument")
73
  with gr.Column():
74
+ with gr.Group(): # Replace gr.Box() with gr.Group()
75
  audio_output = gr.Video(show_share_button=True)
76
  midi_file = gr.File()
77
  with gr.Row():
 
154
 
155
 
156
  if __name__ == "__main__":
157
+ run()