0x7o commited on
Commit
7660289
1 Parent(s): 716df81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def predict(message, history):
57
 
58
  # Setting up the Gradio chat interface.
59
  gr.ChatInterface(predict,
60
- title="Fialka 13B v3.1",
61
  description="Внимание! Все ответы сгенерированы и могут содержать не точную информацию.",
62
  examples=['Как приготовить рыбу?', 'Кто президент США?']
63
  ).launch() # Launching the web interface.
 
57
 
58
  # Setting up the Gradio chat interface.
59
  gr.ChatInterface(predict,
60
+ title="Fialka 13B v4",
61
  description="Внимание! Все ответы сгенерированы и могут содержать не точную информацию.",
62
  examples=['Как приготовить рыбу?', 'Кто президент США?']
63
  ).launch() # Launching the web interface.