tbitai commited on
Commit
794464a
·
verified ·
1 Parent(s): 0890fb9

Change theme to "origin"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def predict(model, input_txt, unbiased, intr_threshold):
89
  # UI
90
 
91
  demo = gr.Interface(
92
- theme=gr.themes.Default(
93
  primary_hue="yellow",
94
  ),
95
  fn=predict,
 
89
  # UI
90
 
91
  demo = gr.Interface(
92
+ theme=gr.themes.Origin( # Gradio 4-like
93
  primary_hue="yellow",
94
  ),
95
  fn=predict,