Ashrafb commited on
Commit
744950f
·
1 Parent(s): 8f38a22

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -82,7 +82,7 @@ gr.Interface(
82
  inputs=[gr.Image(label="Gray Scale Image") , gr.Dropdown(["MODEL_1" , "MODEL_2"])],
83
  outputs=[gr.Image(label="Predicted Colored Image")],
84
  css = '''
85
- .gradio-container {background-color: #228B22}
86
  .animate-spin {
87
  animation: spin 1s linear infinite;
88
  }
 
82
  inputs=[gr.Image(label="Gray Scale Image") , gr.Dropdown(["MODEL_1" , "MODEL_2"])],
83
  outputs=[gr.Image(label="Predicted Colored Image")],
84
  css = '''
85
+ .gradio-container {background-color: #DCDCDC}
86
  .animate-spin {
87
  animation: spin 1s linear infinite;
88
  }