Update main.py
Browse files
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: #
|
| 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 |
}
|