CindyDelage commited on
Commit
dd96bb5
·
verified ·
1 Parent(s): 42e2957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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