Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ model_library = CachedModels()
|
|
6 |
|
7 |
theme = gr.themes.Default().set(
|
8 |
button_primary_background_fill="#000000",
|
9 |
-
button_primary_background_fill_hover="#FF0000",
|
10 |
-
button_primary_border="#FF0000",
|
11 |
)
|
12 |
|
13 |
|
|
|
6 |
|
7 |
theme = gr.themes.Default().set(
|
8 |
button_primary_background_fill="#000000",
|
|
|
|
|
9 |
)
|
10 |
|
11 |
|