afkdark commited on
Commit
6b47577
·
verified ·
1 Parent(s): 2a4201c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -169,9 +169,6 @@ demo = gr.Interface(
169
  outputs=gr.Textbox(label="Generated Questions"),
170
  title="Paragraph to Questions Generator",
171
  description="Enter a paragraph and the model will generate relevant questions based on the content.",
172
- examples=[
173
- ["Artificial intelligence has revolutionized many industries. Companies like Google and OpenAI are investing billions in research. The field continues to grow rapidly, with new breakthroughs announced every month. Concerns about ethics and regulation remain important topics of discussion."],
174
- ["The Great Barrier Reef is the world's largest coral reef system. It is located off the coast of Queensland, Australia. The reef is home to thousands of species of marine life. Climate change poses a significant threat to its survival."]
175
  ]
176
  )
177
 
 
169
  outputs=gr.Textbox(label="Generated Questions"),
170
  title="Paragraph to Questions Generator",
171
  description="Enter a paragraph and the model will generate relevant questions based on the content.",
 
 
 
172
  ]
173
  )
174