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

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +2 -0
steganography.py CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
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
 
115
  with gr.Tab("Text to Spectrogram"):
 
116
  with gr.Group():
117
  text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Text")
118
  with gr.Row(variant='panel'):
@@ -139,6 +140,7 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
139
  )
140
 
141
  with gr.Tab("Image to Spectrogram"):
 
142
  with gr.Group():
143
  with gr.Row(variant='panel'):
144
  upload_image = gr.Image(type="filepath", label="Upload image")
 
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
 
115
  with gr.Tab("Text to Spectrogram"):
116
+ gr.HTML("<center><h2>Oh my god people, learn to read. Go to the “INFO” tab, it says what this interface is and what it is for, don't be idiots.</h2></center>")
117
  with gr.Group():
118
  text = gr.Textbox(lines=2, placeholder="Enter your text:", label="Text")
119
  with gr.Row(variant='panel'):
 
140
  )
141
 
142
  with gr.Tab("Image to Spectrogram"):
143
+ gr.HTML("<center><h2>Oh my god people, learn to read. Go to the “INFO” tab, it says what this interface is and what it is for, don't be idiots.</h2></center>")
144
  with gr.Group():
145
  with gr.Row(variant='panel'):
146
  upload_image = gr.Image(type="filepath", label="Upload image")