Spaces:
Sleeping
Sleeping
Dy
commited on
Commit
•
fed2792
1
Parent(s):
14e7a13
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ iface = gr.Interface(
|
|
74 |
gr.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
|
75 |
gr.Textbox(lines=1, placeholder="Enter your question here...")
|
76 |
],
|
77 |
-
outputs=gr.
|
78 |
title="YouTube Video Question Answering",
|
79 |
description="Enter a YouTube URL and a question related to the video content. The app will return the answer if answer exists in the video."
|
80 |
)
|
|
|
74 |
gr.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
|
75 |
gr.Textbox(lines=1, placeholder="Enter your question here...")
|
76 |
],
|
77 |
+
outputs=gr.Textbox(),
|
78 |
title="YouTube Video Question Answering",
|
79 |
description="Enter a YouTube URL and a question related to the video content. The app will return the answer if answer exists in the video."
|
80 |
)
|