danieldeng commited on
Commit
0495919
·
verified ·
1 Parent(s): 0ec17ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
 
 
9
  import qrcode
10
  from smolagents.agent_types import AgentImage
11
 
 
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
 
9
+ import os
10
  import qrcode
11
  from smolagents.agent_types import AgentImage
12