Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import base64
|
|
| 6 |
from PIL import Image
|
| 7 |
import io
|
| 8 |
import time
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|
|
| 6 |
from PIL import Image
|
| 7 |
import io
|
| 8 |
import time
|
| 9 |
+
import sys
|
| 10 |
|
| 11 |
|
| 12 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|