Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import random
|
|
3 |
from smolagents import GradioUI, CodeAgent, InferenceClientModel
|
4 |
from smolagents import LiteLLMModel
|
5 |
import os
|
|
|
6 |
|
7 |
# Import our custom tools from their modules
|
8 |
from tools import evaluate_consumption, evaluate_consumption_example
|
|
|
3 |
from smolagents import GradioUI, CodeAgent, InferenceClientModel
|
4 |
from smolagents import LiteLLMModel
|
5 |
import os
|
6 |
+
from PIL import Image
|
7 |
|
8 |
# Import our custom tools from their modules
|
9 |
from tools import evaluate_consumption, evaluate_consumption_example
|