Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def generate(
|
|
58 |
|
59 |
# Настройка интерфейса Gradio
|
60 |
iface = gr.ChatInterface(
|
61 |
-
|
62 |
chatbot=gr.Chatbot(height=600),
|
63 |
textbox=gr.Textbox(placeholder="Введите ваше сообщение здесь...", container=False, scale=7),
|
64 |
title="Чат с Aeonium v1.1",
|
|
|
58 |
|
59 |
# Настройка интерфейса Gradio
|
60 |
iface = gr.ChatInterface(
|
61 |
+
generate,
|
62 |
chatbot=gr.Chatbot(height=600),
|
63 |
textbox=gr.Textbox(placeholder="Введите ваше сообщение здесь...", container=False, scale=7),
|
64 |
title="Чат с Aeonium v1.1",
|