spawn99 commited on
Commit
171cbdc
·
verified ·
1 Parent(s): 976fdda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -77,7 +77,6 @@ if __name__ == "__main__":
77
  ],
78
  outputs=gr.JSON(label="Prediction"),
79
  title="Wine Variety Predictor",
80
- description="Predict the wine variety based on country and description.",
81
- flagging="never"
82
  )
83
  iface.launch()
 
77
  ],
78
  outputs=gr.JSON(label="Prediction"),
79
  title="Wine Variety Predictor",
80
+ description="Predict the wine variety based on country and description."
 
81
  )
82
  iface.launch()