Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks(css=".gr-button {background-color: #2e7d32 !important; color: whi
|
|
43 |
inputs=[], outputs=[weight_out, time_out, snapshot, retake_btn])
|
44 |
|
45 |
gr.Markdown("""
|
46 |
-
<p style='text-align: center; color: gray;'>Tip: Ensure image is glare-free and focused
|
47 |
""")
|
48 |
|
49 |
demo.launch()
|
|
|
43 |
inputs=[], outputs=[weight_out, time_out, snapshot, retake_btn])
|
44 |
|
45 |
gr.Markdown("""
|
46 |
+
<p style='text-align: center; color: gray;'>Tip: Ensure image is glare-free and focused.<br>Developed by Shalu • Hugging Face OCR ⚡</p>
|
47 |
""")
|
48 |
|
49 |
demo.launch()
|