abdullahalzubaer commited on
Commit
34bf436
·
verified ·
1 Parent(s): c0a64ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css=css) as demo:
98
  gr.ChatInterface(
99
  generate,
100
  additional_inputs=additional_inputs,
101
- examples=[["What is the secret to life?"], ["Write me a recipe for pancakes."]]
102
  )
103
 
104
  demo.queue().launch(debug=True)
 
98
  gr.ChatInterface(
99
  generate,
100
  additional_inputs=additional_inputs,
101
+ examples=[["Write a poem with Raskolnikov and Sonia from Crime and Punishment by Dostoyevsky"], ["How does attention mechanism works in a Transformer model?"]]
102
  )
103
 
104
  demo.queue().launch(debug=True)