akh1r0ck commited on
Commit
7e2a60e
·
1 Parent(s): d244fed
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -125,15 +125,13 @@ def from_image_files(images, text_class_name):
125
 
126
  if __name__=="__main__":
127
 
128
- theme = gr.themes.Default(
129
  primary_hue="zinc",
130
- neutral_hue="red",
131
- ).set(
132
- link_text_color='*primary_50'
133
  )
134
 
135
  with gr.Blocks(
136
- theme=theme,
137
  css=".gradio-container {\
138
  background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
139
  }"
 
125
 
126
  if __name__=="__main__":
127
 
128
+ custom_theme = gr.themes.Base(
129
  primary_hue="zinc",
130
+ neutral_hue="slate",
 
 
131
  )
132
 
133
  with gr.Blocks(
134
+ theme=custom_theme,
135
  css=".gradio-container {\
136
  background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
137
  }"