Dy commited on
Commit
14e7a13
1 Parent(s): 949f61a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def answer_question(youtube_url, user_question):
71
  iface = gr.Interface(
72
  fn=answer_question,
73
  inputs=[
74
- gr.inputs.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
75
- gr.inputs.Textbox(lines=1, placeholder="Enter your question here...")
76
  ],
77
  outputs=gr.outputs.Textbox(),
78
  title="YouTube Video Question Answering",
 
71
  iface = gr.Interface(
72
  fn=answer_question,
73
  inputs=[
74
+ gr.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
75
+ gr.Textbox(lines=1, placeholder="Enter your question here...")
76
  ],
77
  outputs=gr.outputs.Textbox(),
78
  title="YouTube Video Question Answering",