Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: nova-d48w1024-sdxl1024
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
@@ -8,7 +8,7 @@ sdk_version: 5.9.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
short_description: 'NOVA Text-to-Image
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: nova-d48w1024-sdxl1024
|
3 |
+
emoji: 🖼️
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: 'NOVA Text-to-Image'
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -63,12 +63,12 @@ title = "Autoregressive Video Generation without Vector Quantization"
|
|
63 |
abbr = "<strong>NO</strong>n-quantized <strong>V</strong>ideo <strong>A</strong>utoregressive"
|
64 |
header = (
|
65 |
"<div align='center'>"
|
66 |
-
"<h2>Autoregressive Video Generation without Vector Quantization
|
67 |
-
"<
|
68 |
-
"<a href='https://github.com/baaivision/NOVA' target='_blank' rel='noopener'>[code]</a></
|
69 |
"</div>"
|
70 |
)
|
71 |
-
header2 = f"
|
72 |
|
73 |
examples = [
|
74 |
"a selfie of an old man with a white beard.",
|
|
|
63 |
abbr = "<strong>NO</strong>n-quantized <strong>V</strong>ideo <strong>A</strong>utoregressive"
|
64 |
header = (
|
65 |
"<div align='center'>"
|
66 |
+
"<h2>Autoregressive Video Generation without Vector Quantization  "
|
67 |
+
"<a href='https://arxiv.org/abs/2412.14169' target='_blank' rel='noopener'>[paper]"
|
68 |
+
"<a href='https://github.com/baaivision/NOVA' target='_blank' rel='noopener'>[code]</a></h2>"
|
69 |
"</div>"
|
70 |
)
|
71 |
+
header2 = f""
|
72 |
|
73 |
examples = [
|
74 |
"a selfie of an old man with a white beard.",
|