Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,8 +149,7 @@ app = gr.Interface(
|
|
149 |
fn=hugg_face,
|
150 |
inputs=inputs,
|
151 |
outputs=outputs,
|
152 |
-
title="Smart Fridge"
|
153 |
-
description="Detected Rotten Ratios",
|
154 |
)
|
155 |
|
156 |
# Launch the app
|
|
|
149 |
fn=hugg_face,
|
150 |
inputs=inputs,
|
151 |
outputs=outputs,
|
152 |
+
title="Smart Fridge"
|
|
|
153 |
)
|
154 |
|
155 |
# Launch the app
|