shideqin commited on
Commit
b626efe
1 Parent(s): 8e9ced2

更新本地模型文件

Browse files
THUDM/chatglm-6b/pytorch_model-00008-of-00008.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3728ca529496447d6d59398e9e567d8745dcfd9fa1f3da4cf373bc65e76b9101
3
- size 788529152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d30a1d55c7e0138ef8b85190f927851f0fda5483a6465b104f9696ceaec8b4
3
+ size 1069286123
app.py CHANGED
@@ -30,4 +30,4 @@ with gr.Blocks() as demo:
30
  button = gr.Button("Generate")
31
  txt.submit(predict, [txt, state], [chatbot, state])
32
  button.click(predict, [txt, state], [chatbot, state])
33
- demo.queue().launch()
 
30
  button = gr.Button("Generate")
31
  txt.submit(predict, [txt, state], [chatbot, state])
32
  button.click(predict, [txt, state], [chatbot, state])
33
+ demo.queue().launch()