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

Update steganography.py

Browse files
Files changed (1) hide show
  1. steganography.py +2 -2
steganography.py CHANGED
@@ -105,8 +105,8 @@ with gr.Blocks(title='Audio Steganography', theme=gr.themes.Soft(primary_hue="gr
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, interactive=False)
109
- gr.Image(value="https://huggingface.co/spaces/Politrees/Audio-Steganography/resolve/main/content/2.jpg", show_label=False, interactive=False)
110
 
111
  with gr.Tab("Text to Spectrogram"):
112
  with gr.Group():
 
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():