Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def respond(message, history: list[tuple[str, str]], model, system_message, max_
|
|
94 |
|
95 |
demo = gr.ChatInterface(
|
96 |
respond,
|
97 |
-
examples=[[
|
98 |
|
99 |
# examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
|
100 |
# run_examples_on_click=False,
|
|
|
94 |
|
95 |
demo = gr.ChatInterface(
|
96 |
respond,
|
97 |
+
examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"]],
|
98 |
|
99 |
# examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
|
100 |
# run_examples_on_click=False,
|