Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|