Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
@@ -6,7 +6,12 @@ import gradio as gr
|
|
6 |
|
7 |
from paper_list import PaperList
|
8 |
|
9 |
-
DESCRIPTION = "
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
TUTORIAL = """\
|
12 |
#### Hugging Face ICCV 2023 event
|
|
|
6 |
|
7 |
from paper_list import PaperList
|
8 |
|
9 |
+
DESCRIPTION = """\
|
10 |
+
# ICCV 2023 Papers
|
11 |
+
|
12 |
+
- https://iccv2023.thecvf.com
|
13 |
+
- https://openaccess.thecvf.com/ICCV2023
|
14 |
+
"""
|
15 |
|
16 |
TUTORIAL = """\
|
17 |
#### Hugging Face ICCV 2023 event
|