Spaces:
Sleeping
Sleeping
Customize metadata in README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
-
title: Bayes
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Bayes or Spam?
|
3 |
+
short_description: Spam filtering with Bayesian epistemology
|
4 |
+
emoji: 📨
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: gray
|
7 |
+
python_version: 3.10
|
8 |
sdk: gradio
|
9 |
sdk_version: 4.44.0
|
10 |
app_file: app.py
|
11 |
pinned: false
|
12 |
---
|
13 |
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|