silveroxides commited on
Commit
dbdd7bc
·
verified ·
1 Parent(s): 13e5408

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ with gr.Blocks() as demo:
167
  )
168
 
169
  if __name__ == "__main__":
170
- demo.launch(css_paths=["assets/responsive.css"], theme=gr.themes.Soft())
 
167
  )
168
 
169
  if __name__ == "__main__":
170
+ demo.launch(css_paths=["assets/responsive.css"], theme=gr.themes.Default(primary_hue="blue", neutral_hue="zinc"))