Spaces:
Sleeping
Sleeping
Update txt2spec.py
Browse files- 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)
|