Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ outputs = [
|
|
59 |
]
|
60 |
|
61 |
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title=app_title,
|
62 |
-
description=app_description, examples=app_examples, theme=gr.themes.
|
|
|
59 |
]
|
60 |
|
61 |
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title=app_title,
|
62 |
+
description=app_description, examples=app_examples, theme=gr.themes.Base(primary_hue="red")).launch()
|