Update app.py
#1
by
christopheduc
- opened
app.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
import gradio as gr
|
| 2 |
-
import random
|
| 3 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
| 4 |
|
| 5 |
# Import our custom tools from their modules
|
|
|
|
|
|
|
|
|
|
| 1 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
| 2 |
|
| 3 |
# Import our custom tools from their modules
|