PirateXX commited on
Commit
698fffa
·
verified ·
1 Parent(s): bb29c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def create_gradio_interface():
115
  submit_button = gr.Button("Generate", variant="primary")
116
 
117
  # Define the action for the button press
118
- submit_button.click(fn=get_youtube_transcript,
119
  inputs=[video_url_input, output_type],
120
  outputs=[output_text])
121
 
 
115
  submit_button = gr.Button("Generate", variant="primary")
116
 
117
  # Define the action for the button press
118
+ submit_button.click(fn=get_result,
119
  inputs=[video_url_input, output_type],
120
  outputs=[output_text])
121