PhyscalX commited on
Commit
260e167
1 Parent(s): 4b0f050

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +4 -4
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 APP'
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</h2>"
67
- "<h3><a href='https://arxiv.org/abs/2412.14169' target='_blank' rel='noopener'>[paper]</a>"
68
- "<a href='https://github.com/baaivision/NOVA' target='_blank' rel='noopener'>[code]</a></h3>"
69
  "</div>"
70
  )
71
- header2 = f"<div align='center'><h3>🖼️ A {abbr} model for continuous visual generation</h3></div>"
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 &nbsp"
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.",