Thanut003 commited on
Commit
9e64eb8
·
verified ·
1 Parent(s): f67fcc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # gr.Label(label="Top Prediction"),
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
  ],