Ashrafb commited on
Commit
de78c51
·
1 Parent(s): 2ea7203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()