Spaces:
Running
on
Zero
Running
on
Zero
Locutusque
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ g = gr.Interface(
|
|
50 |
],
|
51 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
52 |
title="Locutusque's Language Models",
|
53 |
-
description="Try out Locutusque's
|
54 |
concurrency_limit=1
|
55 |
)
|
56 |
|
|
|
50 |
],
|
51 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
52 |
title="Locutusque's Language Models",
|
53 |
+
description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space. You may also find some experimental preview models that have not been made public here.",
|
54 |
concurrency_limit=1
|
55 |
)
|
56 |
|