Spaces:
Sleeping
Sleeping
edited desc
Browse files
app.py
CHANGED
@@ -43,9 +43,10 @@ description = '''
|
|
43 |
<iframe src="https://ghbtns.com/github-btn.html?user=sha2nkt&repo=deco&type=star&count=true&v=2&size=small" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
44 |
</th>
|
45 |
<th width="40%">
|
46 |
-
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7MLobqAFTQ?si=SYX_N4r0x0J_xxfe" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture
|
47 |
</th>
|
48 |
</table>
|
|
|
49 |
#### Citation
|
50 |
```
|
51 |
@InProceedings{tripathi2023deco,
|
@@ -57,6 +58,7 @@ description = '''
|
|
57 |
pages = {8001-8013}
|
58 |
}
|
59 |
```
|
|
|
60 |
<details>
|
61 |
<summary>More</summary>
|
62 |
#### Acknowledgments:
|
@@ -223,7 +225,7 @@ def main(pil_img, out_dir='demo_out', model_path='checkpoint/deco_best.pth', mes
|
|
223 |
with gr.Blocks(title="DECO", css=".gradio-container") as demo:
|
224 |
gr.Markdown(description)
|
225 |
|
226 |
-
gr.HTML("""<h1 style="text-align:center; color:#10768c">DECO</h1>""")
|
227 |
|
228 |
with gr.Row():
|
229 |
with gr.Column():
|
|
|
43 |
<iframe src="https://ghbtns.com/github-btn.html?user=sha2nkt&repo=deco&type=star&count=true&v=2&size=small" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
44 |
</th>
|
45 |
<th width="40%">
|
46 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7MLobqAFTQ?si=SYX_N4r0x0J_xxfe" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
47 |
</th>
|
48 |
</table>
|
49 |
+
|
50 |
#### Citation
|
51 |
```
|
52 |
@InProceedings{tripathi2023deco,
|
|
|
58 |
pages = {8001-8013}
|
59 |
}
|
60 |
```
|
61 |
+
|
62 |
<details>
|
63 |
<summary>More</summary>
|
64 |
#### Acknowledgments:
|
|
|
225 |
with gr.Blocks(title="DECO", css=".gradio-container") as demo:
|
226 |
gr.Markdown(description)
|
227 |
|
228 |
+
gr.HTML("""<h1 style="text-align:center; color:#10768c">DECO Demo</h1>""")
|
229 |
|
230 |
with gr.Row():
|
231 |
with gr.Column():
|