Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as demo:
|
|
99 |
gr.ChatInterface(
|
100 |
generate,
|
101 |
additional_inputs=additional_inputs,
|
102 |
-
examples=[["List fun activities in Boston
|
103 |
)
|
104 |
|
105 |
demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
|
|
|
99 |
gr.ChatInterface(
|
100 |
generate,
|
101 |
additional_inputs=additional_inputs,
|
102 |
+
examples=[["List fun activities in Boston"], ["How to send a weekend in San Francisco?"], ["What is the secret to life?"], ["Write me a recipe for a quick vegeterain breakfast."]]
|
103 |
)
|
104 |
|
105 |
demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
|