davanstrien HF staff commited on
Commit
e8bec60
1 Parent(s): 39a7367

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def predict(text):
79
  gr.Interface(predict,
80
  inputs=gr.inputs.Textbox(label="Book title"),
81
  outputs=gr.outputs.Label(label="Predicted genre"),
82
- interpretation='shap', num_shap=10,
83
  examples=sample_text,description=description,article=article,
84
  ).launch(enable_queue=True)
85
 
 
79
  gr.Interface(predict,
80
  inputs=gr.inputs.Textbox(label="Book title"),
81
  outputs=gr.outputs.Label(label="Predicted genre"),
82
+ interpretation='shap', num_shap=10, theme="peach",
83
  examples=sample_text,description=description,article=article,
84
  ).launch(enable_queue=True)
85