Spaces:
Runtime error
Runtime error
ManishThota
commited on
Commit
•
a9d7425
1
Parent(s):
2b0ca40
Update app.py
Browse files
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="
|
66 |
-
secondary_hue="
|
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 |
|