Spaces:
Running
Running
Update steganography.py
Browse files- steganography.py +1 -1
steganography.py
CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(title='Audio Steganography', css="footer{display:none !important}
|
|
166 |
with gr.Group():
|
167 |
with gr.Row():
|
168 |
generate_btn = gr.Button("Generate", variant="primary", scale=2)
|
169 |
-
converted_voice = gr.Audio(label='Converted Voice', scale=9)
|
170 |
output_format = gr.Dropdown(['mp3', 'flac', 'wav'], value='mp3', label='File Format', allow_custom_value=False, filterable=False, scale=1)
|
171 |
|
172 |
txt2spec.launch(share=True)
|
|
|
166 |
with gr.Group():
|
167 |
with gr.Row():
|
168 |
generate_btn = gr.Button("Generate", variant="primary", scale=2)
|
169 |
+
converted_voice = gr.Audio(label='Converted Voice', interactive=False, scale=9)
|
170 |
output_format = gr.Dropdown(['mp3', 'flac', 'wav'], value='mp3', label='File Format', allow_custom_value=False, filterable=False, scale=1)
|
171 |
|
172 |
txt2spec.launch(share=True)
|