Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from PIL import Image
|
|
| 4 |
import vtracer
|
| 5 |
import tempfile
|
| 6 |
import boto3
|
|
|
|
| 7 |
import requests
|
| 8 |
from botocore.exceptions import NoCredentialsError
|
| 9 |
|
|
|
|
| 4 |
import vtracer
|
| 5 |
import tempfile
|
| 6 |
import boto3
|
| 7 |
+
import os
|
| 8 |
import requests
|
| 9 |
from botocore.exceptions import NoCredentialsError
|
| 10 |
|