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