Update app.py
Browse files
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=[["
|
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)
|