voidDescriptor commited on
Commit
b963ac6
1 Parent(s): 67fe9db

Upload 2 files

Browse files

Added README and requirements

Files changed (2) hide show
  1. README.md +13 -0
  2. requirements.txt +6 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ConversAI Playground
3
+ emoji: 🔥
4
+ colorFrom: pink
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 4.38.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ gradio
2
+ torch
3
+ transformers
4
+ huggingface-hub
5
+ accelerate
6
+ bitsandbytes