Spaces:
Sleeping
Sleeping
Change theme to "origin"
Browse files
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.
|
| 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,
|