torVik commited on
Commit
27e80e0
·
verified ·
1 Parent(s): dd6232b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if HF_TOKEN is None:
18
 
19
  PASSWORD = os.getenv("APP_PASSWORD", "mysecretpassword") # Set your desired password here or via environment variable
20
 
21
- DESCRIPTION = "# Mistral-7B v0.2"
22
 
23
  if not torch.cuda.is_available():
24
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
18
 
19
  PASSWORD = os.getenv("APP_PASSWORD", "mysecretpassword") # Set your desired password here or via environment variable
20
 
21
+ DESCRIPTION = "# FT of Mistral-7B v0.2"
22
 
23
  if not torch.cuda.is_available():
24
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"