Spaces:
Sleeping
Sleeping
Dy
commited on
Commit
•
14e7a13
1
Parent(s):
949f61a
Update app.py
Browse files
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.
|
75 |
-
gr.
|
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",
|