alexkueck commited on
Commit
d571edf
·
1 Parent(s): 0336e00

Update beschreibungen.py

Browse files
Files changed (1) hide show
  1. beschreibungen.py +4 -4
beschreibungen.py CHANGED
@@ -1,18 +1,18 @@
1
  import gradio as gr
2
 
3
 
4
- title = """<h1 align="left" style="min-width:200px; margin-top:0;"> <img src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f432.svg" width="32px" style="display: inline"> Chat with Baize </h1>"""
5
  description_top = """\
6
  <div align="left">
7
- <p> Currently Running: <a href="https://huggingface.co/project-baize/baize-v2-7b">baize-v2-7b</a></p>
8
  <p>
9
- Disclaimer: The LLaMA model is a third-party version available on Hugging Face model hub. This demo should be used for research purposes only. Commercial use is strictly prohibited. The model output is not censored and the authors do not endorse the opinions in the generated content. Use at your own risk.
10
  </p >
11
  </div>
12
  """
13
  description = """\
14
  <div align="center" style="margin:16px 0">
15
- The demo is built on <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT">ChuanhuChatGPT</a>.
16
  </div>
17
  """
18
  CONCURRENT_COUNT = 100
 
1
  import gradio as gr
2
 
3
 
4
+ title = """<h1 align="left" style="min-width:200px; margin-top:0;"> Chat mit Huging Face Chatbots</h1>"""
5
  description_top = """\
6
  <div align="left">
7
+ <p> Currently Running: Hugging Face Chatbots</p>
8
  <p>
9
+ Disclaimer: Die hier verwendeten Modelle sind Modelle vom Hugging Face Hub. Kommerzieller Gebrauch ist ausdrücklich verboten. Der Output des Modells ist nicht zensiert und die Meiningen im Output entsprechend nicht unbedingt der des Authors dieser App. Gebrauch auf eigene Gefahr!
10
  </p >
11
  </div>
12
  """
13
  description = """\
14
  <div align="center" style="margin:16px 0">
15
+ Hier werden verschiedene Modelle vom Hugging Face Hub verwendet.
16
  </div>
17
  """
18
  CONCURRENT_COUNT = 100