hugo1234 commited on
Commit
122c1b3
1 Parent(s): 2772e90

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +6 -6
presets.py CHANGED
@@ -5,18 +5,18 @@ import gradio as gr
5
  title = """<h1 align="left" style="min-width:200px; margin-top:0;"> KI am LI </h1>"""
6
  description_top = """\
7
  <div align="left">
8
- <p> Hinterlegtes KI-Model: EleutherAI/gpt-neo-1.3B</p>
9
  <p>
10
- Disclaimer: Das KI-Model, welches hier verwendet wird, kommt vom Hugging Face Model-Hub und ist ein Open-Source Model.
11
- Diese Demo darf nicht für komerzielle genutzt werden!
12
- Der Output des Models ist nicht zensiert und die Authoren der KI stimmen nicht unbedingt mit den Inhalten überein.
13
- Gebrauch auf eigenes Risiko.
14
  </p >
15
  </div>
16
  """
17
  description = """\
18
  <div align="center" style="margin:16px 0">
19
- Diese Demo setzt auf auf dem Open-Source Model 'EleutherAI/gpt-neo-1.3B' von HuggingChat.
20
  </div>
21
  """
22
  CONCURRENT_COUNT = 100
 
5
  title = """<h1 align="left" style="min-width:200px; margin-top:0;"> KI am LI </h1>"""
6
  description_top = """\
7
  <div align="left">
8
+ <p> Model: EleutherAI/gpt-neo-1.3B</p>
9
  <p>
10
+ Avvertenze: Il modello AI utilizzato qui proviene dall'hub Hugging Face Model ed è un modello open source.
11
+ Questa demo non può essere utilizzata per scopi commerciali!
12
+ L'output del modello non è censurato e gli autori dell'IA non sono necessariamente d'accordo con il contenuto.
13
+ Utilizzare a proprio rischio.
14
  </p >
15
  </div>
16
  """
17
  description = """\
18
  <div align="center" style="margin:16px 0">
19
+ Questa demo è basata su 'EleutherAI/gpt-neo-1.3B' di HuggingChat.
20
  </div>
21
  """
22
  CONCURRENT_COUNT = 100