Politrees commited on
Commit
693e539
·
verified ·
1 Parent(s): 7be57b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def create_gradio_interface():
229
  gr.Markdown("Caution! The sound is too loud. It is recommended to familiarize yourself with audio steganography before using this application.")
230
  with gr.Tab("Text to Spectrogram"):
231
  with gr.Group():
232
- text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Enter the text you want to convert to spectrogram.")
233
  with gr.Row(variant="panel"):
234
  base_width = gr.Slider(value=512, label="Image Width", visible=False)
235
  height = gr.Slider(value=256, label="Image Height", visible=False)
 
229
  gr.Markdown("Caution! The sound is too loud. It is recommended to familiarize yourself with audio steganography before using this application.")
230
  with gr.Tab("Text to Spectrogram"):
231
  with gr.Group():
232
+ text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Enter the text you want to convert to spectrogram:")
233
  with gr.Row(variant="panel"):
234
  base_width = gr.Slider(value=512, label="Image Width", visible=False)
235
  height = gr.Slider(value=256, label="Image Height", visible=False)