ameerazam08 commited on
Commit
fb9b495
Β·
verified Β·
1 Parent(s): d7ca99f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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>"