Spaces:
Build error
Build error
BilalSardar
commited on
Commit
•
8f0a33a
1
Parent(s):
7addf97
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,8 @@ def generate_question(context1,radiobutton):
|
|
285 |
iface = gr.Interface(
|
286 |
fn=generate_question,
|
287 |
inputs=[context1,radiobutton],
|
288 |
-
title="VidQuest",
|
|
|
289 |
description="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.",
|
290 |
outputs=output)
|
291 |
iface.launch(debug=True)
|
|
|
285 |
iface = gr.Interface(
|
286 |
fn=generate_question,
|
287 |
inputs=[context1,radiobutton],
|
288 |
+
title="VidQuest",
|
289 |
+
examples=[["https://www.youtube.com/watch?v=WSbgixdC9g8"]],
|
290 |
description="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.",
|
291 |
outputs=output)
|
292 |
iface.launch(debug=True)
|