Syzygianinfern0 commited on
Commit
27aef25
Β·
1 Parent(s): 0378cfc

Update links on demo page

Browse files
Files changed (2) hide show
  1. evaluate_demo.py +3 -2
  2. neus_v/calibration/vlm.py +1 -1
evaluate_demo.py CHANGED
@@ -120,12 +120,13 @@ with gr.Blocks(title="NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models"
120
  """
121
  <div style="text-align: center; margin-bottom: 20px;">
122
  <h1>NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models using Formal Verification πŸ€—</h1>
 
123
  </div>
124
  <div style="text-align: center; margin-bottom: 20px;">
125
  <p>
126
- <a href="https://arxiv.org/abs/2403.12345">πŸ“œ Paper</a> |
127
  <a href="https://github.com/UTAustin-SwarmLab/NeuS-V">πŸ’» GitHub</a> |
128
- <a href="https://ut-austin-swarmlab.github.io/NeuS-V/">🌐 Project Page</a>
129
  </p>
130
  </div>
131
  <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
 
120
  """
121
  <div style="text-align: center; margin-bottom: 20px;">
122
  <h1>NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models using Formal Verification πŸ€—</h1>
123
+ <h2>Published at CVPR 2025</h2>
124
  </div>
125
  <div style="text-align: center; margin-bottom: 20px;">
126
  <p>
127
+ <a href="https://arxiv.org/abs/2411.16718">πŸ“œ Paper</a> |
128
  <a href="https://github.com/UTAustin-SwarmLab/NeuS-V">πŸ’» GitHub</a> |
129
+ <a href="https://utaustin-swarmlab.github.io/NeuS-V">🌐 Project Page</a>
130
  </p>
131
  </div>
132
  <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
neus_v/calibration/vlm.py CHANGED
@@ -1,4 +1,4 @@
1
- import matplotlib.pyplot as plt
2
  import numpy as np
3
 
4
 
 
1
+ # import matplotlib.pyplot as plt
2
  import numpy as np
3
 
4