Upload folder using huggingface_hub
Browse files- .streamlit/config.toml +3 -0
- README.md +0 -1
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
port = 7860
|
| 3 |
+
address = "0.0.0.0"
|
README.md
CHANGED
|
@@ -8,7 +8,6 @@ app_file: app.py
|
|
| 8 |
pinned: false
|
| 9 |
sdk_version: 1.55.0
|
| 10 |
---
|
| 11 |
-
|
| 12 |
# Ingredient Detector Demo
|
| 13 |
|
| 14 |
This is a Streamlit-based interface for the Ingredient Detector VLM service.
|
|
|
|
| 8 |
pinned: false
|
| 9 |
sdk_version: 1.55.0
|
| 10 |
---
|
|
|
|
| 11 |
# Ingredient Detector Demo
|
| 12 |
|
| 13 |
This is a Streamlit-based interface for the Ingredient Detector VLM service.
|