srbdni
commited on
Commit
·
7bce9c8
1
Parent(s):
5e68c4c
Update app.py
Browse files
app.py
CHANGED
@@ -137,9 +137,9 @@ def inference(image: Image):
|
|
137 |
return [im_rgba, pil_mask]
|
138 |
|
139 |
|
140 |
-
title = "
|
141 |
-
description = "
|
142 |
-
article = "
|
143 |
|
144 |
interface = gr.Interface(
|
145 |
fn=inference,
|
|
|
137 |
return [im_rgba, pil_mask]
|
138 |
|
139 |
|
140 |
+
title = ""
|
141 |
+
description = ""
|
142 |
+
article = ""
|
143 |
|
144 |
interface = gr.Interface(
|
145 |
fn=inference,
|