yunuseduran commited on
Commit
c0a8970
·
verified ·
1 Parent(s): ca6a1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ with gr.Blocks() as demo:
26
  with gr.Column():
27
  video_url=gr.Textbox(placeholder="Youtube Video URL")
28
  trs_btn=gr.Button('Transkripti Al')
 
29
  word_count=gr.Slider(minimum=50,
30
  maximum=1000,
31
  value=200,
 
26
  with gr.Column():
27
  video_url=gr.Textbox(placeholder="Youtube Video URL")
28
  trs_btn=gr.Button('Transkripti Al')
29
+ GEMINI_API_KEY=gr.Textbox(placeholder="GEMINI API KEY",type="password")
30
  word_count=gr.Slider(minimum=50,
31
  maximum=1000,
32
  value=200,