Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ g = gr.Interface(
|
|
36 |
gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
|
37 |
],
|
38 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
39 |
-
title="
|
40 |
description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space.",
|
41 |
concurrency_limit=1
|
42 |
)
|
|
|
36 |
gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
|
37 |
],
|
38 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
39 |
+
title="Locutusque's Language Models",
|
40 |
description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space.",
|
41 |
concurrency_limit=1
|
42 |
)
|