Spaces:
Paused
Paused
derek-thomas
commited on
Commit
·
0b96e32
1
Parent(s):
a9243e2
Adding another example
Browse files
app.py
CHANGED
|
@@ -89,7 +89,9 @@ with gr.Blocks() as demo:
|
|
| 89 |
# Turn it back on
|
| 90 |
txt_msg.then(lambda: gr.Textbox(interactive=True), None, [txt], queue=False)
|
| 91 |
|
| 92 |
-
gr.Examples(['What is the capital of China, I think its Shanghai?',
|
|
|
|
|
|
|
| 93 |
|
| 94 |
demo.queue()
|
| 95 |
demo.launch(debug=True)
|
|
|
|
| 89 |
# Turn it back on
|
| 90 |
txt_msg.then(lambda: gr.Textbox(interactive=True), None, [txt], queue=False)
|
| 91 |
|
| 92 |
+
gr.Examples(['What is the capital of China, I think its Shanghai?',
|
| 93 |
+
'Why is the sky blue?',
|
| 94 |
+
'Who won the mens world cup in 2014?',], txt)
|
| 95 |
|
| 96 |
demo.queue()
|
| 97 |
demo.launch(debug=True)
|