jsscclr commited on
Commit
a99e208
·
verified ·
1 Parent(s): 7210472

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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 = gr.themes.Base(
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,