Spaces:
Sleeping
Sleeping
Commit
·
af6d1b8
1
Parent(s):
28668a9
openAI
Browse files- README.md +6 -1
- requirements.txt +1 -4
README.md
CHANGED
@@ -9,4 +9,9 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
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).
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
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).
|
13 |
+
|
14 |
+
#reqirment
|
15 |
+
torch
|
16 |
+
einops
|
17 |
+
transformers==4.38.1
|
requirements.txt
CHANGED
@@ -1,5 +1,2 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
-
einops
|
4 |
-
transformers==4.38.1
|
5 |
-
openai
|
|
|
1 |
gradio
|
2 |
+
openai==0.28
|
|
|
|
|
|