Spaces:
Paused
Paused
0x7o
commited on
Commit
•
4e45e79
1
Parent(s):
7660289
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,6 @@ def predict(message, history):
|
|
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.
|
|
|
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.
|