Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b3d03a7
1
Parent(s):
797bb03
commit
Browse files
python.py
CHANGED
|
@@ -3,7 +3,7 @@ import random
|
|
| 3 |
import sys
|
| 4 |
from typing import Sequence, Mapping, Any, Union
|
| 5 |
import torch
|
| 6 |
-
|
| 7 |
import numpy as np
|
| 8 |
from PIL import Image
|
| 9 |
# from comfy import model_management
|
|
|
|
| 3 |
import sys
|
| 4 |
from typing import Sequence, Mapping, Any, Union
|
| 5 |
import torch
|
| 6 |
+
import spaces
|
| 7 |
import numpy as np
|
| 8 |
from PIL import Image
|
| 9 |
# from comfy import model_management
|