Update app.py
Browse files
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>"
|