Spaces:
Running
Running
Update app.py
Browse files
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="
|
101 |
-
|
|
|
|
|
|
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()
|