Ahmad Hammoudeh commited on
Commit
6ad2f28
·
1 Parent(s): ec93d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ with gr.Blocks() as demo:
44
  #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>")
45
  input_text = gr.Textbox(placeholder='Message', label='Message')
46
  #User_password = gr.Textbox(placeholder='Password', label='User password')
47
- result_button_encrypt = gr.Button('Encrypt')
48
- result_button_decrypt = gr.Button('Decrypt')
49
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)
50
  output_text = gr.Textbox(placeholder='', label='Output')
51
 
 
44
  #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>")
45
  input_text = gr.Textbox(placeholder='Message', label='Message')
46
  #User_password = gr.Textbox(placeholder='Password', label='User password')
47
+ result_button_encrypt = gr.Button('Encrypt/تشفير')
48
+ result_button_decrypt = gr.Button('Decrypt/فك تشفير')
49
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)
50
  output_text = gr.Textbox(placeholder='', label='Output')
51