Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- web_demo.py +1 -1
web_demo.py
CHANGED
@@ -80,7 +80,7 @@ def reset_state():
|
|
80 |
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
-
gr.HTML("""<h1 align="center"
|
84 |
|
85 |
chatbot = gr.Chatbot()
|
86 |
with gr.Row():
|
|
|
80 |
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
+
gr.HTML("""<h1 align="center">ζΈ
ζΊη§ε ChatGLM2-6B</h1>""")
|
84 |
|
85 |
chatbot = gr.Chatbot()
|
86 |
with gr.Row():
|