Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eienmojiki
/
StarryXL-Demo
like
13
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eienmojiki
commited on
May 16, 2024
Commit
072fcd3
·
verified
·
1 Parent(s):
87b9528
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,7 +120,7 @@ def generate(
120
torch_dtype = torch.float16
121
)
122
123
-
#
pipe.to(device)
124
125
try:
126
120
torch_dtype = torch.float16
121
)
122
123
+
pipe.to(device)
124
125
try:
126