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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(
39
  theme=gr.themes.Soft(),
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.
 
39
  theme=gr.themes.Soft(),
40
  css=".disclaimer {font-variant-caps: all-small-caps;}",
41
  ) as demo:
42
+ gr.HTML(
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.