BilalSardar commited on
Commit
50a201b
1 Parent(s): 8f0a33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ 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)
 
286
  fn=generate_question,
287
  inputs=[context1,radiobutton],
288
  title="VidQuest",
289
+ examples=[["https://www.youtube.com/watch?v=WSbgixdC9g8","Gensim"]],
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)