Rehman1603 commited on
Commit
aad2e76
1 Parent(s): 2497fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -27,5 +27,8 @@ def QuizGenerator(data,Choice):
27
 
28
  interface=gr.Interface(fn=QuizGenerator,
29
  inputs=[gr.components.Textbox(label="Type The Data here.."),gr.components.Radio(['MCQS','SQ','PharaphraseQuestion'],type="value")],
30
- outputs="file")
 
 
 
31
  interface.launch(debug=True)
 
27
 
28
  interface=gr.Interface(fn=QuizGenerator,
29
  inputs=[gr.components.Textbox(label="Type The Data here.."),gr.components.Radio(['MCQS','SQ','PharaphraseQuestion'],type="value")],
30
+ outputs="file",
31
+ examples=[
32
+ ['Artificial intelligence is the science of making machines that can think like humans. It can do things that are considered "smart." AI technology can process large amounts of data in ways, unlike humans. The goal for AI is to be able to do things such as recognize patterns, make decisions, and judge like humans.']
33
+ ])
34
  interface.launch(debug=True)