Ahmad Hammoudeh commited on
Commit
67a8f99
·
1 Parent(s): 6253234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -156,12 +156,12 @@ def Decrypt_users_txt(Txt,user_password):
156
 
157
  with gr.Blocks() as demo:
158
  #gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> Model</center></h1>")
159
- #gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video and then create a summary of the video transcript.</center>")
160
- #gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video.</center>")
161
- #gr.Markdown("<center><b>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition.'</b></center>")
162
  #gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience<br />If you have time while waiting, drop a ♥️ and check out my <a href=https://www.artificial-intelligence.blog target=_blank>AI blog</a> (opens in new tab).</center>")
163
- input_text = gr.Textbox(placeholder='Message', label='User message')
164
- User_password = gr.Textbox(placeholder='Password', label='User password')
165
  result_button_encrypt = gr.Button('Encrypt')
166
  result_button_decrypt = gr.Button('Decrypt')
167
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)
 
156
 
157
  with gr.Blocks() as demo:
158
  #gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> Model</center></h1>")
159
+ gr.Markdown("<center> Encrypt your message and use the same link to decrypt it on the same day.</center>")
160
+ gr.Markdown("<center> The one day limit is to enhance the privacy of the encrypted messages.</center>")
161
+ gr.Markdown("<center><b>'You can encrypt/decrypt so many messages everyday.'</b></center>")
162
  #gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience<br />If you have time while waiting, drop a ♥️ and check out my <a href=https://www.artificial-intelligence.blog target=_blank>AI blog</a> (opens in new tab).</center>")
163
+ input_text = gr.Textbox(placeholder='Message', label='Message')
164
+ #User_password = gr.Textbox(placeholder='Password', label='User password')
165
  result_button_encrypt = gr.Button('Encrypt')
166
  result_button_decrypt = gr.Button('Decrypt')
167
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)