Update app.py
Browse files
app.py
CHANGED
@@ -136,9 +136,9 @@ def inference(image):
|
|
136 |
return [im_rgba, pil_mask]
|
137 |
|
138 |
|
139 |
-
title = "
|
140 |
-
description = "
|
141 |
-
article = "
|
142 |
|
143 |
interface = gr.Interface(
|
144 |
fn=inference,
|
|
|
136 |
return [im_rgba, pil_mask]
|
137 |
|
138 |
|
139 |
+
title = ""
|
140 |
+
description = ""
|
141 |
+
article = ""
|
142 |
|
143 |
interface = gr.Interface(
|
144 |
fn=inference,
|