安如衫 commited on
Commit
47922fd
·
2 Parent(s): 44ff471 9c2cdca

Merge branch 'main' of https://huggingface.co/spaces/DURUII/Final_Assignment_Template

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -11,6 +11,7 @@ from tools import transcribe_audio
11
  from PIL import Image
12
 
13
  load_dotenv()
 
14
 
15
  # (Keep Constants as is)
16
  # --- Constants ---
 
11
  from PIL import Image
12
 
13
  load_dotenv()
14
+ from smolagents import CodeAgent, DuckDuckGoSearchTool, InferenceClientModel
15
 
16
  # (Keep Constants as is)
17
  # --- Constants ---
requirements.txt CHANGED
@@ -4,4 +4,4 @@ smolagents[all]
4
  faster-whisper
5
  filetype
6
  torch
7
- Pillow
 
4
  faster-whisper
5
  filetype
6
  torch
7
+ Pillow