Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
---
|
2 |
title: CPU
|
3 |
emoji: 🌎
|
4 |
-
colorFrom:
|
5 |
-
|
6 |
-
|
7 |
-
sdk: streamlit
|
8 |
-
sdk_version: 1.19.0
|
9 |
app_file: app.py
|
|
|
10 |
pinned: false
|
11 |
-
duplicated_from: ppsingh/cpu-demo
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: CPU
|
3 |
emoji: 🌎
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: gray
|
6 |
+
sdk: docker
|
|
|
|
|
7 |
app_file: app.py
|
8 |
+
app_port: 8501
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|