Ashrafb commited on
Commit
5191395
1 Parent(s): 240cb5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,6 +98,6 @@ gr.Interface(predict,
98
  inputs="image",
99
  outputs=[gr.Image(label="Sketch Image",show_share_button=False), gr.File(label="Result File")],
100
  title = "<span style='color: crimson;'>Aiconvert.online</span>",
101
- css="footer{display:none !important;}",
102
  theme=gr.themes.Base(),
103
  description="").launch()
 
98
  inputs="image",
99
  outputs=[gr.Image(label="Sketch Image",show_share_button=False), gr.File(label="Result File")],
100
  title = "<span style='color: crimson;'>Aiconvert.online</span>",
101
+ css="",
102
  theme=gr.themes.Base(),
103
  description="").launch()