Politrees commited on
Commit
44bd5dc
·
verified ·
1 Parent(s): 1c8af3d

Update txt2spec.py

Browse files
Files changed (1) hide show
  1. txt2spec.py +1 -1
txt2spec.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
92
  gr.HTML("<center><h2><a href='https://github.com/Bebra777228/Audio-Steganography'>GitHub</a></h2></center>")
93
 
94
  with gr.Group():
95
- text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Текст")
96
 
97
  with gr.Row(variant='panel'):
98
  base_width = gr.Slider(value=512, label="Image Width", visible=False)
 
92
  gr.HTML("<center><h2><a href='https://github.com/Bebra777228/Audio-Steganography'>GitHub</a></h2></center>")
93
 
94
  with gr.Group():
95
+ text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Text")
96
 
97
  with gr.Row(variant='panel'):
98
  base_width = gr.Slider(value=512, label="Image Width", visible=False)