Commit
·
2a3e2bb
1
Parent(s):
dc0596c
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ if USE_TORCH_COMPILE:
|
|
| 19 |
def generate(num_images_per_prompt: int = 1):
|
| 20 |
print("Start...")
|
| 21 |
print("Torch version", torch.__version__)
|
| 22 |
-
print("Torch CUDA version", torch.cuda
|
| 23 |
|
| 24 |
for _ in range(3):
|
| 25 |
prompt = 77 * "a"
|
|
|
|
| 19 |
def generate(num_images_per_prompt: int = 1):
|
| 20 |
print("Start...")
|
| 21 |
print("Torch version", torch.__version__)
|
| 22 |
+
print("Torch CUDA version", torch.version.cuda)
|
| 23 |
|
| 24 |
for _ in range(3):
|
| 25 |
prompt = 77 * "a"
|