Spaces:
Runtime error
Runtime error
Santiago Martinez
commited on
Commit
•
dcf7936
1
Parent(s):
75107cd
feat: new readme
Browse files
README.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
-
sdk:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
-
license: other
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Flask + dev server
|
3 |
+
emoji: ⚗️
|
4 |
+
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 2.9.1
|
8 |
+
python_version: 3.10.4
|
9 |
+
app_file: app.py
|
10 |
+
models:
|
11 |
+
- bertopic
|
12 |
+
datasets:
|
13 |
+
- emotion
|
14 |
+
license: mit
|
15 |
pinned: false
|
|
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|