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

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +6 -5
steganography.py CHANGED
@@ -98,16 +98,17 @@ 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
- 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
 
 
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.Column(variant='panel'):
102
+ with gr.Group():
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
+ with gr.Group():
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
+ 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)
113
  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)
114