Politrees commited on
Commit
a3a7be9
·
verified ·
1 Parent(s): 10bd791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -237,8 +237,8 @@ def create_gradio_interface():
237
  letter_spacing = gr.Slider(minimum=0, maximum=50, step=1, value=5, label="Letter spacing")
238
  generate_button = gr.Button("Generate", variant="primary", size="lg")
239
 
240
- with gr.Column(variant="panel"):
241
- with gr.Group():
242
  gr.Markdown("Caution! The sound is too loud. It is recommended to familiarize yourself with audio steganography before using this application.")
243
  output_audio = gr.Audio(type="filepath", label="Generated audio")
244
  output_spectrogram = gr.Image(type="filepath", label="Spectrogram")
 
237
  letter_spacing = gr.Slider(minimum=0, maximum=50, step=1, value=5, label="Letter spacing")
238
  generate_button = gr.Button("Generate", variant="primary", size="lg")
239
 
240
+ with gr.Group():
241
+ with gr.Column():
242
  gr.Markdown("Caution! The sound is too loud. It is recommended to familiarize yourself with audio steganography before using this application.")
243
  output_audio = gr.Audio(type="filepath", label="Generated audio")
244
  output_spectrogram = gr.Image(type="filepath", label="Spectrogram")