Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def process_image(image):
|
|
90 |
with gr.Blocks(css=".gr-button {background-color: #2e7d32 !important; color: white !important;}" ) as demo:
|
91 |
gr.Markdown("""
|
92 |
<h1 style='text-align: center; color: #2e7d32;'>📷 Auto Weight Logger</h1>
|
93 |
-
<p style='text-align: center;'>Upload or capture a digital weight image. Detects weight using AI OCR
|
94 |
<hr style='border: 1px solid #ddd;' />
|
95 |
""")
|
96 |
|
|
|
90 |
with gr.Blocks(css=".gr-button {background-color: #2e7d32 !important; color: white !important;}" ) as demo:
|
91 |
gr.Markdown("""
|
92 |
<h1 style='text-align: center; color: #2e7d32;'>📷 Auto Weight Logger</h1>
|
93 |
+
<p style='text-align: center;'>Upload or capture a digital weight image. Detects weight using AI OCR.</p>
|
94 |
<hr style='border: 1px solid #ddd;' />
|
95 |
""")
|
96 |
|