Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
emoji: ⚖️
|
4 |
-
sdk: streamlit
|
5 |
app_file: app.py
|
6 |
-
python_version: 3.
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
sdk: gradio
|
|
|
|
|
3 |
app_file: app.py
|
4 |
+
python_version: 3.10
|
5 |
+
---
|
6 |
+
|
7 |
+
# ⚖️ Auto Weight Logger (Gradio version)
|
8 |
+
|
9 |
+
This app captures weight from an image of a digital weighing scale using OCR.
|