svjack commited on
Commit
8fff3f5
·
1 Parent(s): dfecfdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks(
40
  css=".disclaimer {font-variant-caps: all-small-caps;}",
41
  ) as demo:
42
  gr.Markdown(
43
- """<h1> <center> <img src="https://huggingface.co/spaces/svjack/chatglm3-6b-ggml-v0/resolve/main/hanuman.png" alt="SD">
44
  ChatGLM3 on CPU in CPP </center></h1>
45
  This demo uses the [chatglm.cpp](https://github.com/li-plus/chatglm.cpp) library on 2 CPU cores.
46
  """
@@ -139,4 +139,4 @@ with gr.Blocks(
139
  outputs=output_7b,
140
  )
141
 
142
- demo.queue(max_size=4, concurrency_count=1).launch(debug=True)
 
40
  css=".disclaimer {font-variant-caps: all-small-caps;}",
41
  ) as demo:
42
  gr.Markdown(
43
+ """<h1> <center> <img src="hanuman.png" alt="SD">
44
  ChatGLM3 on CPU in CPP </center></h1>
45
  This demo uses the [chatglm.cpp](https://github.com/li-plus/chatglm.cpp) library on 2 CPU cores.
46
  """
 
139
  outputs=output_7b,
140
  )
141
 
142
+ demo.launch("0.0.0.0" ,debug=True)