Spaces:
Sleeping
Sleeping
Rehman1603
commited on
Commit
•
ce34226
1
Parent(s):
aad2e76
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ 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)
|
|
|
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.','SQ'],
|
33 |
])
|
34 |
interface.launch(debug=True)
|