Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,8 @@ LICENSE = """
|
|
| 35 |
---
|
| 36 |
As a derivative work of [OpenELM-3B-Instruct](https://huggingface.co/apple/OpenELM-3B-Instruct) by Apple,
|
| 37 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B-Instruct/blob/main/LICENSE).
|
|
|
|
|
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
if not torch.cuda.is_available():
|
|
|
|
| 35 |
---
|
| 36 |
As a derivative work of [OpenELM-3B-Instruct](https://huggingface.co/apple/OpenELM-3B-Instruct) by Apple,
|
| 37 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B-Instruct/blob/main/LICENSE).
|
| 38 |
+
|
| 39 |
+
This demo Space was created by [Doron Adler](https://linktr.ee/Norod78)
|
| 40 |
"""
|
| 41 |
|
| 42 |
if not torch.cuda.is_available():
|