Spaces:
Running
on
Zero
Running
on
Zero
put disclamer in new row
Browse files
app.py
CHANGED
@@ -261,6 +261,7 @@ if __name__ == "__main__":
|
|
261 |
|
262 |
# Al-Atlas-0.5B-base
|
263 |
""")
|
|
|
264 |
gr.Markdown("""
|
265 |
|
266 |
This is a pretrained model to do text generation in a continuation of text fashion. Do not expect it to behave as a Chat (Instruct) model. The latter is coming soon!
|
|
|
261 |
|
262 |
# Al-Atlas-0.5B-base
|
263 |
""")
|
264 |
+
with gr.Row():
|
265 |
gr.Markdown("""
|
266 |
|
267 |
This is a pretrained model to do text generation in a continuation of text fashion. Do not expect it to behave as a Chat (Instruct) model. The latter is coming soon!
|