Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
065cd19
1
Parent(s):
8182a62
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import numpy as np
|
|
6 |
import math
|
7 |
import spaces
|
8 |
import torch
|
|
|
9 |
|
10 |
edit_file = hf_hub_download(repo_id="stabilityai/cosxl", filename="cosxl_edit.safetensors")
|
11 |
normal_file = hf_hub_download(repo_id="stabilityai/cosxl", filename="cosxl.safetensors")
|
|
|
6 |
import math
|
7 |
import spaces
|
8 |
import torch
|
9 |
+
from PIL import Image
|
10 |
|
11 |
edit_file = hf_hub_download(repo_id="stabilityai/cosxl", filename="cosxl_edit.safetensors")
|
12 |
normal_file = hf_hub_download(repo_id="stabilityai/cosxl", filename="cosxl.safetensors")
|