Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/DURUII/Final_Assignment_Template
Browse files- app.py +1 -0
- 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
|