ManishThota commited on
Commit
a9d7425
1 Parent(s): 2b0ca40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ description = "Annotate Videos"
62
  article = "<p style='text-align: center'><a href='https://github.com/OpenBMB/MiniCPM-V' target='_blank'>Model GitHub Repo</a> | <a href='https://huggingface.co/openbmb/MiniCPM-V-2_6' target='_blank'>Model Page</a></p>"
63
 
64
  custom_theme = gr.themes.Soft(
65
- primary_hue="indigo",
66
- secondary_hue="indigo",
67
  neutral_hue="zinc"
68
  )
69
 
 
62
  article = "<p style='text-align: center'><a href='https://github.com/OpenBMB/MiniCPM-V' target='_blank'>Model GitHub Repo</a> | <a href='https://huggingface.co/openbmb/MiniCPM-V-2_6' target='_blank'>Model Page</a></p>"
63
 
64
  custom_theme = gr.themes.Soft(
65
+ primary_hue="blue",
66
+ secondary_hue="blue",
67
  neutral_hue="zinc"
68
  )
69