Update app.py
Browse files
app.py
CHANGED
|
@@ -98,5 +98,5 @@ gr.Interface(predict,
|
|
| 98 |
inputs="image",
|
| 99 |
outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
|
| 100 |
title = "<span style='color: #191970;'>Aiconvert.online</span>",
|
| 101 |
-
css=".gradio-container {background-color: #FFE4C4}",
|
| 102 |
description="").launch()
|
|
|
|
| 98 |
inputs="image",
|
| 99 |
outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
|
| 100 |
title = "<span style='color: #191970;'>Aiconvert.online</span>",
|
| 101 |
+
css=".gradio-container {background-color: #FFE4C4} footer{display:none !important;}",
|
| 102 |
description="").launch()
|