Norod78 commited on
Commit
1b9dc38
1 Parent(s): 5cd48aa

Update app.py

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