Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -432,7 +432,7 @@ app = gr.Interface(
|
|
| 432 |
gr.Dropdown(choices=list(MODEL_CONFIG.keys()), value="XGBoost", label="Select Model")
|
| 433 |
],
|
| 434 |
outputs=[
|
| 435 |
-
|
| 436 |
gr.Label(num_top_classes=8, label="Class Probabilities"),
|
| 437 |
gr.JSON(label="Top Keywords")
|
| 438 |
],
|
|
|
|
| 432 |
gr.Dropdown(choices=list(MODEL_CONFIG.keys()), value="XGBoost", label="Select Model")
|
| 433 |
],
|
| 434 |
outputs=[
|
| 435 |
+
gr.Label(label="Top Prediction"),
|
| 436 |
gr.Label(num_top_classes=8, label="Class Probabilities"),
|
| 437 |
gr.JSON(label="Top Keywords")
|
| 438 |
],
|