sevdeawesome commited on
Commit
6339aa0
·
1 Parent(s): 4b58c09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(theme=theme, css=css_string2) as demo:
183
  btn.click(greet1, inputs=[seed],outputs=german)
184
 
185
 
186
- gr.Examples(["AGI is far away, I'm not worried", "AI is confined to a computer and cannot interact with the physical world", "AI isn't concious", "If we don't develop AGI, China will!", "If we don't develop AGI, the Americans will!"], inputs=[seed])
187
 
188
 
189
  demo.queue()
 
183
  btn.click(greet1, inputs=[seed],outputs=german)
184
 
185
 
186
+ gr.Examples(["AGI is far away, I'm not worried", "AI is confined to a computer and cannot interact with the physical world", "AI isn't conscious", "If we don't develop AGI, China will!", "If we don't develop AGI, the Americans will!"], inputs=[seed])
187
 
188
 
189
  demo.queue()