Politrees commited on
Commit
1e39abc
·
verified ·
1 Parent(s): 60d0bc6

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +12 -9
steganography.py CHANGED
@@ -98,15 +98,18 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
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/resolve/main/content/1.jpg", show_label=False, show_share_button=False, show_download_button=False)
109
- gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/resolve/main/content/2.jpg", show_label=False, show_share_button=False, show_download_button=False)
 
 
 
110
 
111
  with gr.Tab("Text to Spectrogram"):
112
  with gr.Group():
 
98
  gr.HTML("<center><h2><a href='https://github.com/Bebra777228/Audio-Steganography'>GitHub</a></h2></center>")
99
 
100
  with gr.Tab("INFO"):
101
+ with gr.Group():
102
+ with gr.Column(variant='panel'):
103
+ gr.HTML("<center><h1><b>Ha-Ha-Ha, I'm laughing at you.</b></h1></center>")
104
+ gr.HTML("<center><h1><b>People, before using this interface, read about what Steganography is.</b></h1></center>")
105
+ 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>")
106
+ with gr.Column(variant='panel'):
107
+ 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>")
108
+ 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>")
109
+ with gr.Group():
110
+ with gr.Column(variant='panel'):
111
+ gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/resolve/main/content/1.jpg", show_label=False, show_share_button=False, show_download_button=False)
112
+ gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/resolve/main/content/2.jpg", show_label=False, show_share_button=False, show_download_button=False)
113
 
114
  with gr.Tab("Text to Spectrogram"):
115
  with gr.Group():