srossitto79 commited on
Commit
ffc33c4
·
1 Parent(s): b921295

Update agent_llama_ui.py

Browse files
Files changed (1) hide show
  1. agent_llama_ui.py +2 -1
agent_llama_ui.py CHANGED
@@ -143,7 +143,8 @@ def get_index_size():
143
  # def factory():
144
  # return current_agent().smartAgent
145
 
146
- def render_simple_chat():
 
147
  models = get_models()
148
  models.append("")
149
 
 
143
  # def factory():
144
  # return current_agent().smartAgent
145
 
146
+ def render_simple_chat():
147
+ st.markdown("<h3 style='text-align: center;'>To fully utilize all functionalities of this demo, you'll require a minimum of a 16-core CPU and 32GB of RAM. Please note that the limited resources available in Huggingface free spaces may lead to slow responses and potential crashes due to out-of-memory issues during image generation.</h3>", unsafe_allow_html=True)
148
  models = get_models()
149
  models.append("")
150