Spaces:
Sleeping
Sleeping
immanuelzhu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,13 +72,9 @@ with gr.Blocks() as demo:
|
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
75 |
-
|
76 |
-
</div>
|
77 |
-
<div style="text-align: center;">
|
78 |
-
<a href="https://huggingface.co/THUDM/LongWriter-glm4-9b">🤗 Model Hub</a> |
|
79 |
-
<a href="https://github.com/THUDM/LongWriter">🌐 Github</a> |
|
80 |
-
<a href="https://arxiv.org/pdf/2408.07055">📜 arxiv </a>
|
81 |
</div>
|
|
|
82 |
<div style="text-align: center; font-size: 15px; font-weight: black; margin-bottom: 20px; line-height: 1.5;">
|
83 |
⚠️ Due to the limitations of Huggingface ZERO GPUs, in order to output 5K characters in one go,
|
84 |
we need to request a 4-5 minute quota each time.
|
@@ -86,8 +82,7 @@ with gr.Blocks() as demo:
|
|
86 |
</div>
|
87 |
<br>
|
88 |
<div style="text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 20px; line-height: 1.5;">
|
89 |
-
⚠️
|
90 |
-
This is not caused by the model.<br>
|
91 |
If you plan to use it long-term, please consider deploying the model or forking this space yourself.
|
92 |
</div>
|
93 |
"""
|
|
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
75 |
+
医创客AI文案生成🤗
|
|
|
|
|
|
|
|
|
|
|
76 |
</div>
|
77 |
+
|
78 |
<div style="text-align: center; font-size: 15px; font-weight: black; margin-bottom: 20px; line-height: 1.5;">
|
79 |
⚠️ Due to the limitations of Huggingface ZERO GPUs, in order to output 5K characters in one go,
|
80 |
we need to request a 4-5 minute quota each time.
|
|
|
82 |
</div>
|
83 |
<br>
|
84 |
<div style="text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 20px; line-height: 1.5;">
|
85 |
+
⚠️ 需要3-5分钟,可以生成结果.<br>
|
|
|
86 |
If you plan to use it long-term, please consider deploying the model or forking this space yourself.
|
87 |
</div>
|
88 |
"""
|