Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,8 @@ LICENSE = """
|
|
27 |
---
|
28 |
A derivative work of [mistral-7b](https://mistral.ai/news/announcing-mistral-7b/) by Mistral-AI.
|
29 |
The model and space are released under the Apache 2.0 license
|
|
|
|
|
30 |
"""
|
31 |
|
32 |
if not torch.cuda.is_available():
|
|
|
27 |
---
|
28 |
A derivative work of [mistral-7b](https://mistral.ai/news/announcing-mistral-7b/) by Mistral-AI.
|
29 |
The model and space are released under the Apache 2.0 license
|
30 |
+
|
31 |
+
This demo Space was created by [Doron Adler](https://linktr.ee/Norod78)
|
32 |
"""
|
33 |
|
34 |
if not torch.cuda.is_available():
|