Spaces:
Running
Running
Update steganography.py
Browse files- steganography.py +1 -0
steganography.py
CHANGED
@@ -133,6 +133,7 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
|
|
133 |
output_audio_from_image = gr.Audio(type="filepath", label="Generated audio")
|
134 |
|
135 |
def gradio_image_to_audio_fn(upload_image):
|
|
|
136 |
return image_to_spectrogram_audio(upload_image)
|
137 |
|
138 |
convert_button.click(
|
|
|
133 |
output_audio_from_image = gr.Audio(type="filepath", label="Generated audio")
|
134 |
|
135 |
def gradio_image_to_audio_fn(upload_image):
|
136 |
+
print(upload_image)
|
137 |
return image_to_spectrogram_audio(upload_image)
|
138 |
|
139 |
convert_button.click(
|