Spaces:
Build error
Build error
Toaster496
commited on
Commit
•
389f119
1
Parent(s):
59953cc
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: HugChatWithPlugin
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.5.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
models:
|
11 |
+
- gpt2
|
12 |
+
- distilbert-base-uncased
|
13 |
+
tags:
|
14 |
+
- NLP
|
15 |
+
- Chatbot
|
16 |
+
hf_oauth: true
|
17 |
+
hf_oauth_redirect_path: /auth/callback
|
18 |
+
license: gpl-2.0
|
19 |
+
---
|
20 |
+
|
21 |
+
Check out the configuration reference at [https://huggingface.co/docs/hub/spaces-config-reference](https://huggingface.co/docs/hub/spaces-config-reference)
|