Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ gradio_app = gr.Interface(
|
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
title="Hot Dog? Or Not?",
|
15 |
description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
|
16 |
-
css=".gradio-container {background-
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
|
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
title="Hot Dog? Or Not?",
|
15 |
description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
|
16 |
+
css=".gradio-container {background-color: blanchedalmond;}"
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|