Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ MODEL_LIST = "THUDM/LongWriter-glm4-9b"
|
|
14 |
|
15 |
TITLE = "<h1><center>GLM SPACE</center></h1>"
|
16 |
|
17 |
-
PLACEHOLDER = f'<h3><center>LongWriter-glm4-9b is trained based on glm-4-9b, and is capable of generating 10,000+ words at once.</h3>'
|
18 |
|
19 |
CSS = """
|
20 |
.duplicate-button {
|
|
|
14 |
|
15 |
TITLE = "<h1><center>GLM SPACE</center></h1>"
|
16 |
|
17 |
+
PLACEHOLDER = f'<h3><center>LongWriter-glm4-9b is trained based on glm-4-9b, and is capable of generating 10,000+ words at once.</center></h3>'
|
18 |
|
19 |
CSS = """
|
20 |
.duplicate-button {
|