yuchenlin commited on
Commit
1c4003c
1 Parent(s): ac47b3e
Files changed (2) hide show
  1. README.md +4 -1
  2. requirements.txt +2 -1
README.md CHANGED
@@ -5,7 +5,10 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  app_file: app.py
8
- pinned: false
 
 
 
9
  ---
10
 
11
  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).
 
5
  colorTo: purple
6
  sdk: gradio
7
  app_file: app.py
8
+ sdk_version: 4.19.2
9
+ app_file: app.py
10
+ pinned: true
11
+ fullWidth: true
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).
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- huggingface_hub==0.22.2
 
 
1
+ huggingface_hub==0.22.2
2
+ openai==1.33.0