Spaces:
Sleeping
Sleeping
Update snack_tracker.py
Browse files- snack_tracker.py +2 -1
snack_tracker.py
CHANGED
|
@@ -13,4 +13,5 @@ with gr.Blocks() as demo:
|
|
| 13 |
fn=eat,
|
| 14 |
inputs=food_box,
|
| 15 |
outputs=[food_box, status_box]
|
| 16 |
-
)
|
|
|
|
|
|
| 13 |
fn=eat,
|
| 14 |
inputs=food_box,
|
| 15 |
outputs=[food_box, status_box]
|
| 16 |
+
)
|
| 17 |
+
demo.launch()
|