Politrees commited on
Commit
988389b
1 Parent(s): de07fb3

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +1 -0
steganography.py CHANGED
@@ -114,6 +114,7 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
114
  output_image = gr.Image(type="filepath", label="Spectrogram")
115
 
116
  def gradio_interface_fn(text, base_width, height, max_font_size, margin, letter_spacing):
 
117
  return create_audio_with_spectrogram(text, base_width, height, max_font_size, margin, letter_spacing)
118
 
119
  generate_button.click(
 
114
  output_image = gr.Image(type="filepath", label="Spectrogram")
115
 
116
  def gradio_interface_fn(text, base_width, height, max_font_size, margin, letter_spacing):
117
+ print("\n", text)
118
  return create_audio_with_spectrogram(text, base_width, height, max_font_size, margin, letter_spacing)
119
 
120
  generate_button.click(