Upload folder using huggingface_hub
Browse files- .streamlit/config.toml +0 -3
- README.md +2 -3
.streamlit/config.toml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
[server]
|
| 2 |
-
port = 7860
|
| 3 |
-
address = "0.0.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -3,10 +3,9 @@ title: Ingredient Detector Demo
|
|
| 3 |
emoji: 🥗
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
pinned: false
|
| 9 |
-
sdk_version: 1.55.0
|
| 10 |
---
|
| 11 |
# Ingredient Detector Demo
|
| 12 |
|
|
|
|
| 3 |
emoji: 🥗
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
# Ingredient Detector Demo
|
| 11 |
|