0x7o commited on
Commit
9b150da
1 Parent(s): 85db296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate(
58
 
59
  # Настройка интерфейса Gradio
60
  iface = gr.ChatInterface(
61
- predict,
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",