AdamF92 commited on
Commit
79c163c
·
verified ·
1 Parent(s): a64614a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(title="RxT-Beta-Micro-AI 270M (Supervised) Demo") as demo:
42
  Supervised version of the model is still in intermediate stage and will be further improved
43
  in Reinforcement Learning stages (demo will be constantly updated), so model could generate
44
  inaccurate answers and memory retention is weak. However, it should still demonstate the architecture
45
- advantages, especially infinite context and no delays.
46
  """)
47
 
48
  chatbot = gr.Chatbot(height=600, type='tuples')
 
42
  Supervised version of the model is still in intermediate stage and will be further improved
43
  in Reinforcement Learning stages (demo will be constantly updated), so model could generate
44
  inaccurate answers and memory retention is weak. However, it should still demonstate the architecture
45
+ advantages, especially infinite context and no delays (small delays are caused by Spaces ZeroGPU allocation).
46
  """)
47
 
48
  chatbot = gr.Chatbot(height=600, type='tuples')