Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ with gr.Blocks(title="⚖️ Auto Weight Logger") as demo:
|
|
26 |
submit = gr.Button("🔍 Detect Weight")
|
27 |
submit.click(process_image, inputs=image_input, outputs=[output_weight, timestamp, snapshot])
|
28 |
|
29 |
-
demo.launch()
|
|
|
26 |
submit = gr.Button("🔍 Detect Weight")
|
27 |
submit.click(process_image, inputs=image_input, outputs=[output_weight, timestamp, snapshot])
|
28 |
|
29 |
+
demo.launch()
|