Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,7 @@ class WhiteTheme(Base):
|
|
49 |
button_primary_background_fill_hover="*primary_600",
|
50 |
button_primary_text_color="white",
|
51 |
button_secondary_background_fill="white",
|
52 |
-
button_secondary_border_color="lightgray"
|
53 |
-
slider_color="*primary_500",
|
54 |
-
slider_track_color="lightgray"
|
55 |
)
|
56 |
|
57 |
torch.set_float32_matmul_precision('high')
|
|
|
49 |
button_primary_background_fill_hover="*primary_600",
|
50 |
button_primary_text_color="white",
|
51 |
button_secondary_background_fill="white",
|
52 |
+
button_secondary_border_color="lightgray"
|
|
|
|
|
53 |
)
|
54 |
|
55 |
torch.set_float32_matmul_precision('high')
|