Ashrafb commited on
Commit
05c2bec
·
1 Parent(s): a3ccdac

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -85,7 +85,7 @@ gr.Interface(
85
  ],
86
  outputs=[gr.Image(label="Predicted Colored Image")],
87
  css = '''
88
- .gradio-container {background-color: #DCDCDC}
89
  .animate-spin {
90
  animation: spin 1s linear infinite;
91
  }
 
85
  ],
86
  outputs=[gr.Image(label="Predicted Colored Image")],
87
  css = '''
88
+ .gradio-container {background-color: #FFF0F5}
89
  .animate-spin {
90
  animation: spin 1s linear infinite;
91
  }