Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,3 +8,4 @@ def chat_with_agent(prompt):
|
|
| 8 |
|
| 9 |
demo = gr.Interface(fn=chat_with_agent, inputs="text", outputs="text", title="SmolAgent + GAIA Demo")
|
| 10 |
demo.launch()
|
|
|
|
|
|
| 8 |
|
| 9 |
demo = gr.Interface(fn=chat_with_agent, inputs="text", outputs="text", title="SmolAgent + GAIA Demo")
|
| 10 |
demo.launch()
|
| 11 |
+
|