ManishThota commited on
Commit
d0ede9f
·
verified ·
1 Parent(s): 0ec47c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -56,8 +56,9 @@ description = "Annotate Videos"
56
  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>"
57
 
58
  custom_theme = gr.themes.Soft(
59
- primary_hue="red",
60
- secondary_hue="red"
 
61
  )
62
 
63
  interface = gr.Interface(
 
56
  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>"
57
 
58
  custom_theme = gr.themes.Soft(
59
+ primary_hue="yellow",
60
+ secondary_hue="yellow",
61
+ neutral_hue="zinc"
62
  )
63
 
64
  interface = gr.Interface(