Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import yaml
|
| 2 |
import os
|
|
|
|
| 3 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
| 4 |
|
| 5 |
# Get current directory path
|
|
|
|
| 1 |
import yaml
|
| 2 |
import os
|
| 3 |
+
import base64
|
| 4 |
from smolagents import GradioUI, CodeAgent, HfApiModel
|
| 5 |
|
| 6 |
# Get current directory path
|