Norod78 commited on
Commit
bc4ac2d
1 Parent(s): 8705a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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():