akh1r0ck commited on
Commit
7ce8a36
·
1 Parent(s): d0f5d22
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -27,6 +27,7 @@ logger.setLevel(DEBUG)
27
  logger.addHandler(handler)
28
  logger.propagate = False
29
 
 
30
 
31
  def run_rembg(img):
32
  output = remove(img)
@@ -124,12 +125,15 @@ def from_image_files(images, text_class_name):
124
 
125
  if __name__=="__main__":
126
 
127
- custom_theme = gr.themes.Default(
 
128
  neutral_hue="slate",
 
 
129
  )
130
 
131
  with gr.Blocks(
132
- theme=custom_theme,
133
  css=".gradio-container {\
134
  background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
135
  }"
 
27
  logger.addHandler(handler)
28
  logger.propagate = False
29
 
30
+
31
 
32
  def run_rembg(img):
33
  output = remove(img)
 
125
 
126
  if __name__=="__main__":
127
 
128
+ theme = gr.themes.Default(
129
+ primary_hue="zinc",
130
  neutral_hue="slate",
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
  }"