EinfachOlder commited on
Commit
80fc7a5
·
1 Parent(s): 1b96e76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ with gr.Blocks() as demo:
34
  with gr.Row():
35
  input_text_1 = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
36
  output_text_1 = gr.Textbox(placeholder='Transcription of the video', label='Transcription')
37
- result_button_1 = gr.Button('Get Transcription')
38
- with gr.Tab('Summary of Youtube video'):
39
  with gr.Row():
40
  input_text = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
41
  output_text = gr.Textbox(placeholder='Summary text of the Youtube Video', label='Summary')
 
34
  with gr.Row():
35
  input_text_1 = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
36
  output_text_1 = gr.Textbox(placeholder='Transcription of the video', label='Transcription')
37
+ result_button_1 = gr.Button('Sprache in Text wandeln')
38
+ with gr.Tab('Zusammenfassung erstellen lassen'):
39
  with gr.Row():
40
  input_text = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
41
  output_text = gr.Textbox(placeholder='Summary text of the Youtube Video', label='Summary')