RebeccaNissan26 commited on
Commit
b2fbb2a
·
1 Parent(s): 7e902bd

change hex

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def predict(ash_image, model=model):
72
 
73
 
74
  if __name__ == "__main__":
75
- class2hexcolor = {"contrails": "#007fff"}
76
 
77
  with gr.Blocks(title="Contrail Predictions") as demo:
78
  gr.Markdown("""<h1><center>Predict Contrails in Satellite Images</center></h1>""")
 
72
 
73
 
74
  if __name__ == "__main__":
75
+ class2hexcolor = {"contrails": "#FF0000"}
76
 
77
  with gr.Blocks(title="Contrail Predictions") as demo:
78
  gr.Markdown("""<h1><center>Predict Contrails in Satellite Images</center></h1>""")