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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -96,6 +96,8 @@ def predict(img):
96
 
97
  gr.Interface(predict,
98
  inputs="image",
99
- outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
100
- title="Image-to-sketch",
101
- description="Transfer any image into BW cartoon-style sketch!").launch()
 
 
 
96
 
97
  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()