Spaces:
Build error
Build error
BilalSardar
commited on
Commit
•
09710c4
1
Parent(s):
a86c046
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ iface = gr.Interface(
|
|
294 |
fn=generate_question,
|
295 |
inputs=[context1,radiobutton],
|
296 |
title="VidQuest",
|
297 |
-
examples=[["https://www.youtube.com/watch?v=
|
298 |
description="This Space Generates MCQs from a Youtube video.Keep in mind that it might take some minutes. Correct answers appear in green, while incorrect choices appear in red. Use the Gensim tool to find the most appropriate distractions.",
|
299 |
outputs=output)
|
300 |
iface.launch(debug=True)
|
|
|
294 |
fn=generate_question,
|
295 |
inputs=[context1,radiobutton],
|
296 |
title="VidQuest",
|
297 |
+
examples=[["https://www.youtube.com/watch?v=J4Qsr93L1qs","Gensim"]],
|
298 |
description="This Space Generates MCQs from a Youtube video.Keep in mind that it might take some minutes. Correct answers appear in green, while incorrect choices appear in red. Use the Gensim tool to find the most appropriate distractions.",
|
299 |
outputs=output)
|
300 |
iface.launch(debug=True)
|