Ashrafb commited on
Commit
dfca41c
·
1 Parent(s): 9ba0d27

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -57,13 +57,13 @@ def predict_and_return_image(image , model_name):
57
 
58
 
59
  import gradio as gr
60
- title = "<h1 style='font-size: 300%; color: #191970;'>Aiconvert.online</h1>" + \
61
  "<h2 style='font-size: 150%; text-align: center;'>Black&White to Color image</h2>" + \
62
  "<p>Transforming Black & White Image into a colored image. Upload a black and white image to see it colorized by our deep learning model.</p>"
63
 
64
 
65
  css = '''
66
- .gradio-container {background-color: #228B22}
67
  .animate-spin {
68
  animation: spin 1s linear infinite;
69
  }
 
57
 
58
 
59
  import gradio as gr
60
+ title = "<h1 style='font-size: 300%; text-align: center; color: #191970;'>Aiconvert.online</h1>" + \
61
  "<h2 style='font-size: 150%; text-align: center;'>Black&White to Color image</h2>" + \
62
  "<p>Transforming Black & White Image into a colored image. Upload a black and white image to see it colorized by our deep learning model.</p>"
63
 
64
 
65
  css = '''
66
+ .gradio-container {background-color: #FFF0F5}
67
  .animate-spin {
68
  animation: spin 1s linear infinite;
69
  }