Spaces:
Running
Running
Update steganography.py
Browse files- steganography.py +2 -2
steganography.py
CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(title='Audio Steganography', css="footer{display:none !important}
|
|
142 |
|
143 |
with gr.Tab("Image to Spectrogram"):
|
144 |
with gr.Group():
|
145 |
-
with gr.Column(
|
146 |
upload_image = gr.Image(type="filepath", label="Upload image")
|
147 |
convert_button = gr.Button("Convert to audio", variant='primary', size="lg")
|
148 |
|
@@ -153,7 +153,7 @@ with gr.Blocks(title='Audio Steganography', css="footer{display:none !important}
|
|
153 |
|
154 |
with gr.Tab("Audio Spectrogram"):
|
155 |
with gr.Group():
|
156 |
-
with gr.Column(
|
157 |
upload_audio = gr.Audio(type="filepath", label="Upload audio", scale=3)
|
158 |
decode_button = gr.Button("Show spectrogram", variant='primary', size="lg")
|
159 |
|
|
|
142 |
|
143 |
with gr.Tab("Image to Spectrogram"):
|
144 |
with gr.Group():
|
145 |
+
with gr.Column():
|
146 |
upload_image = gr.Image(type="filepath", label="Upload image")
|
147 |
convert_button = gr.Button("Convert to audio", variant='primary', size="lg")
|
148 |
|
|
|
153 |
|
154 |
with gr.Tab("Audio Spectrogram"):
|
155 |
with gr.Group():
|
156 |
+
with gr.Column():
|
157 |
upload_audio = gr.Audio(type="filepath", label="Upload audio", scale=3)
|
158 |
decode_button = gr.Button("Show spectrogram", variant='primary', size="lg")
|
159 |
|