Update app.py
Browse files
app.py
CHANGED
@@ -635,17 +635,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
635 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Strafe für wiederholte Tokens", visible=True)
|
636 |
]
|
637 |
chatbot_bild = gr.Chatbot(elem_id="li-zeichnen")
|
638 |
-
|
639 |
-
additional_inputs = additional_inputs,
|
640 |
-
additional_inputs_accordion = gr.Accordion(label="Weitere Eingaben...", open=False),
|
641 |
-
title = "ChatGPT vom LI",
|
642 |
-
theme="soft",
|
643 |
-
chatbot=chatbot_bild,
|
644 |
-
retry_btn="🔄 Wiederholen",
|
645 |
-
undo_btn="↩️ Letztes löschen",
|
646 |
-
clear_btn="🗑️ Verlauf löschen",
|
647 |
-
submit_btn = "Abschicken",
|
648 |
-
description = description2)
|
649 |
#chatbot_bild.like(vote, None, None)
|
650 |
|
651 |
|
|
|
635 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Strafe für wiederholte Tokens", visible=True)
|
636 |
]
|
637 |
chatbot_bild = gr.Chatbot(elem_id="li-zeichnen")
|
638 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
#chatbot_bild.like(vote, None, None)
|
640 |
|
641 |
|