Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|