Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,9 @@ import spaces
|
|
| 6 |
import logging
|
| 7 |
import os
|
| 8 |
import uuid
|
|
|
|
|
|
|
|
|
|
| 9 |
# Configura o logging
|
| 10 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 11 |
|
|
|
|
| 6 |
import logging
|
| 7 |
import os
|
| 8 |
import uuid
|
| 9 |
+
|
| 10 |
+
ZERO_GPU_PATCH_TORCH_DEVICE=1
|
| 11 |
+
|
| 12 |
# Configura o logging
|
| 13 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 14 |
|