Spaces:
Runtime error
Runtime error
Commit ·
b2fbb2a
1
Parent(s): 7e902bd
change hex
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def predict(ash_image, model=model):
|
|
| 72 |
|
| 73 |
|
| 74 |
if __name__ == "__main__":
|
| 75 |
-
class2hexcolor = {"contrails": "#
|
| 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>""")
|