Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,8 @@ def user(user_message, history):
|
|
110 |
|
111 |
with gr.Blocks() as demo:
|
112 |
gr.Markdown("# LiteChat by StatNLP")
|
113 |
-
|
|
|
114 |
|
115 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
|
116 |
state = gr.State([])
|
|
|
110 |
|
111 |
with gr.Blocks() as demo:
|
112 |
gr.Markdown("# LiteChat by StatNLP")
|
113 |
+
gr.Markdown("The model is currently running on free-tier CPU, which has limited speed.")
|
114 |
+
gr.Markdown("Paper and code will be released soon.")
|
115 |
|
116 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
|
117 |
state = gr.State([])
|