Spaces:
Runtime error
Runtime error
Qihang Yu
commited on
Commit
•
31a1bd6
1
Parent(s):
7d99bc5
Add kMaX-DeepLab
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def inference(img):
|
|
64 |
title = "kMaX-DeepLab"
|
65 |
description = "Gradio demo for kMaX-DeepLab. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
66 |
|
67 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
68 |
|
69 |
examples = [['Vj17K5z.jpg']]
|
70 |
|
|
|
64 |
title = "kMaX-DeepLab"
|
65 |
description = "Gradio demo for kMaX-DeepLab. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
66 |
|
67 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2207.04044' target='_blank'>kMaX-DeepLab</a> | <a href='https://github.com/google-research/deeplab2' target='_blank'>Github Repo</a></p>"
|
68 |
|
69 |
examples = [['Vj17K5z.jpg']]
|
70 |
|