Spaces:
Runtime error
Runtime error
johnny020724
commited on
Commit
•
538a781
1
Parent(s):
f7b6713
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def inference(image_path: str):
|
|
129 |
|
130 |
|
131 |
title = "Salient Object Detection for Korean Name Card"
|
132 |
-
description = "This is an official demo for Salient Object Detection for Korean Name Card, a model that can remove the background from a given name card image. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.<br>GitHub: https://github.com/tuanlda78202/cvps23
|
133 |
article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_dis_public' alt='visitor badge'></center></div>"
|
134 |
|
135 |
# Change gr.Interface call
|
|
|
129 |
|
130 |
|
131 |
title = "Salient Object Detection for Korean Name Card"
|
132 |
+
description = "This is an official demo for Salient Object Detection for Korean Name Card, a model that can remove the background from a given name card image. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.<br>GitHub: https://github.com/tuanlda78202/cvps23"
|
133 |
article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_dis_public' alt='visitor badge'></center></div>"
|
134 |
|
135 |
# Change gr.Interface call
|