Spaces:
Running
Running
Update steganography.py
Browse files- steganography.py +5 -5
steganography.py
CHANGED
@@ -97,17 +97,17 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
|
|
97 |
with gr.Column():
|
98 |
gr.HTML("<center><h2><a href='https://github.com/Bebra777228/Audio-Steganography'>GitHub</a></h2></center>")
|
99 |
|
100 |
-
with gr.Column():
|
101 |
-
gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/blob/main/content/1.jpg")
|
102 |
-
gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/blob/main/content/2.jpg")
|
103 |
-
|
104 |
with gr.Tab("INFO"):
|
105 |
gr.HTML("<center><h1><b>Ha-Ha-Ha, I'm laughing at you.</b></h1></center>")
|
106 |
gr.HTML("<center><h1><b>People, before using this interface, read about what Steganography is.</b></h1></center>")
|
107 |
gr.HTML("<center><h2><b>Steganography is not Stable Diffusion and not Suno, why are you trying to generate images and music here?</b></h2></center>")
|
108 |
gr.HTML("<center><h2><b><u>Steganography is a method of hiding information within other information or a physical object in such a way that it cannot be detected. Using steganography, you can hide almost any digital content, including texts, images, audio, and video files.</u></b></h2></center>")
|
109 |
gr.HTML("<center><h1><b><u>In this interface, steganography is used to hide text or an image in the spectrogram of an sound.</u></b></h1></center>")
|
110 |
-
|
|
|
|
|
|
|
|
|
111 |
with gr.Tab("Text to Spectrogram"):
|
112 |
with gr.Group():
|
113 |
text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Text")
|
|
|
97 |
with gr.Column():
|
98 |
gr.HTML("<center><h2><a href='https://github.com/Bebra777228/Audio-Steganography'>GitHub</a></h2></center>")
|
99 |
|
|
|
|
|
|
|
|
|
100 |
with gr.Tab("INFO"):
|
101 |
gr.HTML("<center><h1><b>Ha-Ha-Ha, I'm laughing at you.</b></h1></center>")
|
102 |
gr.HTML("<center><h1><b>People, before using this interface, read about what Steganography is.</b></h1></center>")
|
103 |
gr.HTML("<center><h2><b>Steganography is not Stable Diffusion and not Suno, why are you trying to generate images and music here?</b></h2></center>")
|
104 |
gr.HTML("<center><h2><b><u>Steganography is a method of hiding information within other information or a physical object in such a way that it cannot be detected. Using steganography, you can hide almost any digital content, including texts, images, audio, and video files.</u></b></h2></center>")
|
105 |
gr.HTML("<center><h1><b><u>In this interface, steganography is used to hide text or an image in the spectrogram of an sound.</u></b></h1></center>")
|
106 |
+
|
107 |
+
with gr.Column():
|
108 |
+
gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/blob/main/content/1.jpg")
|
109 |
+
gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/blob/main/content/2.jpg")
|
110 |
+
|
111 |
with gr.Tab("Text to Spectrogram"):
|
112 |
with gr.Group():
|
113 |
text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Text")
|