Spaces:
Sleeping
Sleeping
Update txt2spec.py
Browse files- txt2spec.py +1 -0
txt2spec.py
CHANGED
@@ -108,6 +108,7 @@ with gr.Blocks(title='Аудио-Стеганография', theme=gr.themes.So
|
|
108 |
output_image = gr.Image(type="filepath", label="Спектрограмма")
|
109 |
|
110 |
def gradio_interface_fn(text, base_width, height, max_font_size, margin, letter_spacing):
|
|
|
111 |
return create_audio_with_spectrogram(text, base_width, height, max_font_size, margin, letter_spacing)
|
112 |
|
113 |
generate_button.click(
|
|
|
108 |
output_image = gr.Image(type="filepath", label="Спектрограмма")
|
109 |
|
110 |
def gradio_interface_fn(text, base_width, height, max_font_size, margin, letter_spacing):
|
111 |
+
print("\n", text)
|
112 |
return create_audio_with_spectrogram(text, base_width, height, max_font_size, margin, letter_spacing)
|
113 |
|
114 |
generate_button.click(
|