Skip to content

Commit

Permalink
fix: Add a markdown article
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Mar 20, 2023
1 parent 027f85b commit b58dcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def predict(input, history=None):
with gr.Column(scale=1):
button = gr.Button("Generate")
button.click(predict, [txt, state], [state] + text_boxes)
gr.Markdown("Check out [**ChatGLM**](https://github.com/THUDM/ChatGLM-6B) | Hosted on [**Modelz**](https://docs.modelz.ai/)")
demo.launch()

0 comments on commit b58dcb8

Please sign in to comment.