ManishThota commited on
Commit
cbd9557
·
verified ·
1 Parent(s): ab3a45b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -101,14 +101,11 @@ title = "GSoC Super Raid Annotator"
101
  description = "Annotate Videos"
102
  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>"
103
 
104
- # Define your desired red color as an RGB tuple (values from 0 to 255) or a hex code
105
- my_red_color = (255, 0, 0) # Example for pure red
106
- # my_red_color = "#FF0000" # You can also use a hex code
107
 
108
  custom_theme = gr.themes.Soft(
109
  # Set the primary hue of the Soft theme to your red color
110
- primary_hue=red,
111
- secondary_hue=red)
112
 
113
  # Launch the interface
114
  interface = gr.Interface(
 
101
  description = "Annotate Videos"
102
  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>"
103
 
 
 
 
104
 
105
  custom_theme = gr.themes.Soft(
106
  # Set the primary hue of the Soft theme to your red color
107
+ primary_hue="red",
108
+ secondary_hue="red")
109
 
110
  # Launch the interface
111
  interface = gr.Interface(