Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,19 +43,19 @@ important_link = r"""
|
|
43 |
</div>
|
44 |
"""
|
45 |
|
46 |
-
authors = r"""
|
47 |
-
<div align='center'>
|
48 |
-
|
49 |
-
  <a href='https://nirvanalan.github.io/'>Yushi Lan</a>
|
50 |
-
  <a href='https://shangchenzhou.com/'>Shangchen Zhou</a>
|
51 |
-
  <a href='https://www.mmlab-ntu.com/person/ccloy/index.html'>Chen Change Loy</a>
|
52 |
-
</div>
|
53 |
-
"""
|
54 |
-
|
55 |
-
affiliation = r"""
|
56 |
-
<div align='center'>
|
57 |
-
|
58 |
-
</div>
|
59 |
"""
|
60 |
|
61 |
description = r"""
|
|
|
43 |
</div>
|
44 |
"""
|
45 |
|
46 |
+
# authors = r"""
|
47 |
+
# <div align='center'>
|
48 |
+
# <a href='https://wzhouxiff.github.io/'>Zhouxia Wang</a>
|
49 |
+
#   <a href='https://nirvanalan.github.io/'>Yushi Lan</a>
|
50 |
+
#   <a href='https://shangchenzhou.com/'>Shangchen Zhou</a>
|
51 |
+
#   <a href='https://www.mmlab-ntu.com/person/ccloy/index.html'>Chen Change Loy</a>
|
52 |
+
# </div>
|
53 |
+
# """
|
54 |
+
|
55 |
+
# affiliation = r"""
|
56 |
+
# <div align='center'>
|
57 |
+
# <a href='https://www.mmlab-ntu.com/'>S-Lab, NTU Singapore</a>
|
58 |
+
# </div>
|
59 |
"""
|
60 |
|
61 |
description = r"""
|