Spaces:
Running
Running
Update app.py
Browse files
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.
|
241 |
-
with gr.
|
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")
|