Spaces:
Sleeping
Sleeping
Update beschreibungen.py
Browse files- 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;">
|
5 |
description_top = """\
|
6 |
<div align="left">
|
7 |
-
<p> Currently Running:
|
8 |
<p>
|
9 |
-
Disclaimer:
|
10 |
</p >
|
11 |
</div>
|
12 |
"""
|
13 |
description = """\
|
14 |
<div align="center" style="margin:16px 0">
|
15 |
-
|
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
|