Spaces:
Running
on
Zero
Running
on
Zero
Add a missing zipfile import.
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ from torchvision import transforms
|
|
| 15 |
|
| 16 |
import requests
|
| 17 |
from io import BytesIO
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
torch.set_float32_matmul_precision('high')
|
|
|
|
| 15 |
|
| 16 |
import requests
|
| 17 |
from io import BytesIO
|
| 18 |
+
import zipfile
|
| 19 |
|
| 20 |
|
| 21 |
torch.set_float32_matmul_precision('high')
|