Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ MAX_INPUT_TOKEN_LENGTH = 512
|
|
14 |
DESCRIPTION = """\
|
15 |
# OpenELM-3B
|
16 |
|
17 |
-
This Space demonstrates [OpenELM-3B](apple/OpenELM-3B) by Apple. Please, check the original model card for details.
|
18 |
You can see the other models of the OpenELM family [here](https://huggingface.co/apple/OpenELM)
|
19 |
The following Colab notebooks are available:
|
20 |
* [OpenELM-3B (GPU)](https://gist.github.com/Norod/4f11bb36bea5c548d18f10f9d7ec09b0)
|
@@ -34,7 +34,7 @@ LICENSE = """
|
|
34 |
<p/>
|
35 |
|
36 |
---
|
37 |
-
As a derivative work of [OpenELM-3B](apple/OpenELM-3B) by Apple,
|
38 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B/blob/main/LICENSE).
|
39 |
"""
|
40 |
|
|
|
14 |
DESCRIPTION = """\
|
15 |
# OpenELM-3B
|
16 |
|
17 |
+
This Space demonstrates [OpenELM-3B](https://huggingface.co/apple/OpenELM-3B) by Apple. Please, check the original model card for details.
|
18 |
You can see the other models of the OpenELM family [here](https://huggingface.co/apple/OpenELM)
|
19 |
The following Colab notebooks are available:
|
20 |
* [OpenELM-3B (GPU)](https://gist.github.com/Norod/4f11bb36bea5c548d18f10f9d7ec09b0)
|
|
|
34 |
<p/>
|
35 |
|
36 |
---
|
37 |
+
As a derivative work of [OpenELM-3B](https://huggingface.co/apple/OpenELM-3B) by Apple,
|
38 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B/blob/main/LICENSE).
|
39 |
"""
|
40 |
|