Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
|
|
| 123 |
with gr.Tab("💻 smolagents (CodeAgent)"):
|
| 124 |
gr.ChatInterface(
|
| 125 |
fn=chat_smol,
|
| 126 |
-
examples=["Search for the latest AI news", "How is the weather in Paris?"]
|
| 127 |
)
|
| 128 |
|
| 129 |
if __name__ == "__main__":
|
|
|
|
| 123 |
with gr.Tab("💻 smolagents (CodeAgent)"):
|
| 124 |
gr.ChatInterface(
|
| 125 |
fn=chat_smol,
|
| 126 |
+
examples=["Search for the latest AI news", "How is the weather in Paris?", "What time is it in Korea?", "Translate hello to Japanese", "Convert kg to g"]
|
| 127 |
)
|
| 128 |
|
| 129 |
if __name__ == "__main__":
|