emre06c commited on
Commit
27c41ba
·
verified ·
1 Parent(s): 66df82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,8 +149,8 @@ app = gr.Interface(
149
  fn=hugg_face,
150
  inputs=inputs,
151
  outputs=outputs,
152
- title="Smart Fridge with Regression",
153
- description="Rotten part regression results",
154
  )
155
 
156
  # Launch the app
 
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