Spaces:
Running
on
T4
Running
on
T4
fix: syntax
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ if torch.cuda.is_available():
|
|
98 |
pipe = pipe.to("cuda")
|
99 |
|
100 |
def get_model_list():
|
101 |
-
return models
|
102 |
|
103 |
te_cache = {
|
104 |
base_model: text_encoder
|
|
|
98 |
pipe = pipe.to("cuda")
|
99 |
|
100 |
def get_model_list():
|
101 |
+
return models
|
102 |
|
103 |
te_cache = {
|
104 |
base_model: text_encoder
|