Spaces:
Paused
Paused
Commit
Β·
b08b874
1
Parent(s):
9d2c808
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,16 @@ description = \
|
|
41 |
"""
|
42 |
π¬ This space is powered by [**PigeonLLM**](https://huggingface.co/openskyml/pigeon-llm).
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
"""
|
45 |
|
46 |
if not torch.cuda.is_available():
|
|
|
41 |
"""
|
42 |
π¬ This space is powered by [**PigeonLLM**](https://huggingface.co/openskyml/pigeon-llm).
|
43 |
|
44 |
+
π This space runs **very fast** even on **CPU**.
|
45 |
+
|
46 |
+
π You get totally unique and creative answers.
|
47 |
+
|
48 |
+
π PigeonChat is available worldwide in over **160 languages**.
|
49 |
+
|
50 |
+
π PigeonChat is powered by **open source** and is completely **private**.
|
51 |
+
|
52 |
+
π₯οΈοΈ This demo is by **Evgeniy Hristoforu** (**OpenSkyML**).
|
53 |
+
|
54 |
"""
|
55 |
|
56 |
if not torch.cuda.is_available():
|