Junfeng5 commited on
Commit
d3e304c
·
verified ·
1 Parent(s): b6f76bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- license: mit
3
- title: Liquid Demo
4
- sdk: gradio
5
  emoji: 🔥
6
  colorFrom: yellow
7
  colorTo: green
 
8
  sdk_version: 4.42.0
9
- python_version: 3.9.18
10
  app_file: app.py
11
  pinned: true
12
- short_description: A unified understanding and generation multimodal model
13
- ---
 
 
 
1
  ---
2
+ title: Liquid demo
 
 
3
  emoji: 🔥
4
  colorFrom: yellow
5
  colorTo: green
6
+ sdk: gradio
7
  sdk_version: 4.42.0
8
+ python_version: "3.9.18"
9
  app_file: app.py
10
  pinned: true
11
+ short_description: Liquid demo app
12
+ ---
13
+
14
+ An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).