Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if __name__ == '__main__':
|
|
74 |
css = """.toast-wrap { display: none !importante } """
|
75 |
examples = ['Puede hablarme del PNL?', 'Introducci贸n a la PNL']
|
76 |
chat_interface_stream = gr.ChatInterface(
|
77 |
-
|
78 |
textbox=gr.Textbox(lines=4, placeholder="Ask me question", scale=7), # A帽adir submit=True
|
79 |
title=title,
|
80 |
# description=description,
|
|
|
74 |
css = """.toast-wrap { display: none !importante } """
|
75 |
examples = ['Puede hablarme del PNL?', 'Introducci贸n a la PNL']
|
76 |
chat_interface_stream = gr.ChatInterface(
|
77 |
+
predict,
|
78 |
textbox=gr.Textbox(lines=4, placeholder="Ask me question", scale=7), # A帽adir submit=True
|
79 |
title=title,
|
80 |
# description=description,
|