Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
79 |
negative = ""
|
80 |
return p.replace("{prompt}", positive), n + negative
|
81 |
|
82 |
-
DESCRIPTION = """
|
83 |
if not torch.cuda.is_available():
|
84 |
DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
|
85 |
|
|
|
79 |
negative = ""
|
80 |
return p.replace("{prompt}", positive), n + negative
|
81 |
|
82 |
+
DESCRIPTION = """ """
|
83 |
if not torch.cuda.is_available():
|
84 |
DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
|
85 |
|