Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from PIL import Image
|
|
| 8 |
from flask_cors import CORS
|
| 9 |
|
| 10 |
# ย้าย cache ไปที่ตำแหน่งที่ถูกต้อง
|
| 11 |
-
utils.move_cache()
|
| 12 |
|
| 13 |
from torch.nn.utils import parametrizations
|
| 14 |
|
|
|
|
| 8 |
from flask_cors import CORS
|
| 9 |
|
| 10 |
# ย้าย cache ไปที่ตำแหน่งที่ถูกต้อง
|
| 11 |
+
# utils.move_cache()
|
| 12 |
|
| 13 |
from torch.nn.utils import parametrizations
|
| 14 |
|