Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,6 @@ DESCRIPTION = """
|
|
20 |
This is a demo of <a href="https://huggingface.co/dataautogpt3/TempestV0.1">TempestV0.1</a> by @dataautogpt3.
|
21 |
|
22 |
**The code for this demo is based on [@hysts's SD-XL demo](https://huggingface.co/spaces/hysts/SD-XL) running on a A10G GPU.**
|
23 |
-
|
24 |
-
**NOTE: The model is licensed under a non-commercial license**
|
25 |
-
|
26 |
"""
|
27 |
if not torch.cuda.is_available():
|
28 |
DESCRIPTION += "\n<h1>Running on CPU π₯Ά This demo does not work on CPU.</a> instead</h1>"
|
|
|
20 |
This is a demo of <a href="https://huggingface.co/dataautogpt3/TempestV0.1">TempestV0.1</a> by @dataautogpt3.
|
21 |
|
22 |
**The code for this demo is based on [@hysts's SD-XL demo](https://huggingface.co/spaces/hysts/SD-XL) running on a A10G GPU.**
|
|
|
|
|
|
|
23 |
"""
|
24 |
if not torch.cuda.is_available():
|
25 |
DESCRIPTION += "\n<h1>Running on CPU π₯Ά This demo does not work on CPU.</a> instead</h1>"
|