Update app.py
Browse files
app.py
CHANGED
@@ -264,10 +264,7 @@ additional_inputs = [
|
|
264 |
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")
|
265 |
]
|
266 |
|
267 |
-
chatbot_stream = gr.Chatbot(
|
268 |
-
"https://drive.google.com/uc?id=18xKoNOHN15H_qmGhK__VKnGjKjirrquW",
|
269 |
-
"https://drive.google.com/uc?id=1tfELAQW_VbPCy6QTRbexRlwAEYo8rSSv"
|
270 |
-
), bubble_full_width = False)
|
271 |
|
272 |
demo1 = gr.ChatInterface(fn=invoke,
|
273 |
#additional_inputs = additional_inputs,
|
|
|
264 |
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")
|
265 |
]
|
266 |
|
267 |
+
chatbot_stream = gr.Chatbot(bubble_full_width = False)
|
|
|
|
|
|
|
268 |
|
269 |
demo1 = gr.ChatInterface(fn=invoke,
|
270 |
#additional_inputs = additional_inputs,
|