Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -237,9 +237,9 @@ 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
|
242 |
-
|
243 |
output_audio = gr.Audio(type="filepath", label="Generated audio")
|
244 |
output_spectrogram = gr.Image(type="filepath", label="Spectrogram")
|
245 |
|
|
|
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 |
+
gr.Markdown("Caution! The sound is too loud. It is recommended to familiarize yourself with audio steganography before using this application.")
|
242 |
+
with gr.Group():
|
243 |
output_audio = gr.Audio(type="filepath", label="Generated audio")
|
244 |
output_spectrogram = gr.Image(type="filepath", label="Spectrogram")
|
245 |
|