Politrees commited on
Commit
277be9a
·
verified ·
1 Parent(s): 4dd9035

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +4 -4
steganography.py CHANGED
@@ -100,13 +100,13 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
100
  with gr.Tab("INFO"):
101
  with gr.Column(variant='panel'):
102
  with gr.Group():
103
- gr.HTML("<center><h2><b>Ha-Ha-Ha, I'm laughing at you.</b></h1></center>")
104
- gr.HTML("<center><h2><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
  with gr.Group():
108
- gr.HTML("<center><h1><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
  with gr.Column(variant='panel'):
111
  with gr.Group():
112
  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)
 
100
  with gr.Tab("INFO"):
101
  with gr.Column(variant='panel'):
102
  with gr.Group():
103
+ gr.HTML("<center><h2>Ha-Ha-Ha, I'm laughing at you.</h2></center>")
104
+ gr.HTML("<center><h2>People, before using this interface, read about what Steganography is.</h2></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
  with gr.Group():
108
+ gr.HTML("<center><h1><b>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.</b></h2></center>")
109
+ gr.HTML("<center><h1><b>In this interface, steganography is used to hide text or an image in the spectrogram of an sound.</b></h1></center>")
110
  with gr.Column(variant='panel'):
111
  with gr.Group():
112
  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)