Spaces:
Runtime error
Runtime error
EinfachOlder
commited on
Commit
β’
41aca09
1
Parent(s):
89f5d5b
Update app.py
Browse files
app.py
CHANGED
@@ -200,8 +200,8 @@ def retry_last_answer(
|
|
200 |
)
|
201 |
|
202 |
|
203 |
-
with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.
|
204 |
-
|
205 |
gr.HTML(
|
206 |
"""<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>To avoid the queue and for faster inference Duplicate this Space and upgrade to GPU</center>"""
|
207 |
)
|
|
|
200 |
)
|
201 |
|
202 |
|
203 |
+
with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Dark) as demo:
|
204 |
+
# gr.HTML("""<h1 align="center">ChatGLM2-6B-int4</h1>""")
|
205 |
gr.HTML(
|
206 |
"""<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>To avoid the queue and for faster inference Duplicate this Space and upgrade to GPU</center>"""
|
207 |
)
|