Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -805,7 +805,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 805 |
mono_font = gr.themes.GoogleFont(mono_font, weights=font_weights)
|
| 806 |
final_mono_fonts.append(mono_font)
|
| 807 |
|
| 808 |
-
theme =
|
| 809 |
primary_hue=final_primary_color,
|
| 810 |
secondary_hue=final_secondary_color,
|
| 811 |
neutral_hue=final_neutral_color,
|
|
|
|
| 805 |
mono_font = gr.themes.GoogleFont(mono_font, weights=font_weights)
|
| 806 |
final_mono_fonts.append(mono_font)
|
| 807 |
|
| 808 |
+
theme = CanvaTheme(
|
| 809 |
primary_hue=final_primary_color,
|
| 810 |
secondary_hue=final_secondary_color,
|
| 811 |
neutral_hue=final_neutral_color,
|