Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ import os
|
|
| 25 |
import numpy as np
|
| 26 |
import json
|
| 27 |
|
| 28 |
-
cache_dir ='~/.cache/huggingface
|
| 29 |
os.makedirs(cache_dir, exist_ok=True)
|
| 30 |
|
| 31 |
def get_image_md5(img: Image.Image):
|
|
|
|
| 25 |
import numpy as np
|
| 26 |
import json
|
| 27 |
|
| 28 |
+
cache_dir ='~/.cache/huggingface'
|
| 29 |
os.makedirs(cache_dir, exist_ok=True)
|
| 30 |
|
| 31 |
def get_image_md5(img: Image.Image):
|