ozgurkara commited on
Commit
d204968
1 Parent(s): 0d607ed
Files changed (2) hide show
  1. __pycache__/app.cpython-38.pyc +0 -0
  2. app.py +23 -0
__pycache__/app.cpython-38.pyc CHANGED
Binary files a/__pycache__/app.cpython-38.pyc and b/__pycache__/app.cpython-38.pyc differ
 
app.py CHANGED
@@ -172,6 +172,29 @@ def output_video_fn(video_path, text_prompt):
172
 
173
  block = gr.Blocks().queue()
174
  with block:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  with gr.Row():
176
  gr.Markdown('## RAVE: Randomized Noise Shuffling for Fast and Consistent Video Editing with Diffusion Models')
177
  with gr.Row():
 
172
 
173
  block = gr.Blocks().queue()
174
  with block:
175
+ gr.HTML(
176
+ """
177
+ <div style="text-align: center; max-width: 1200px; margin: 20px auto;">
178
+ <h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
179
+ <a href="https://rave-video.github.io/" style="color:blue;">
180
+ RAVE: Randomized Noise Shuffling for Fast and Consistent Video Editing with Diffusion Models</a>
181
+ </h1>
182
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
183
+ Ozgur Kara<sup>1</sup>, Bariscan Kurtkaya<sup>2</sup>, Hidir Yesiltepe<sup>4*</sup>, James M. Rehg<sup>1,3</sup>, Pinar Yanardag<sup>4</sup>
184
+ </h2>
185
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
186
+ <sup>1</sup>Georgia Institute of Technology, <sup>2</sup>KUIS AI Center, <sup>3</sup>University of Illinois Urbana-Champaign, <sup>4</sup>Virginia Tech
187
+ </h2>
188
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
189
+ [<a href="https://arxiv.org/abs/2312.04524" style="color:blue;">arXiv</a>]
190
+ [<a href="https://github.com/rehg-lab/RAVE" style="color:blue;">GitHub</a>]
191
+ [<a href="https://rave-video.github.io/" style="color:blue;">Project Webpage</a>]
192
+ </h2>
193
+ <h2 style="font-weight: 450; font-size: 1rem;">
194
+ TL; DR: RAVE is a zero-shot, lightweight, and fast framework for text-guided video editing, supporting videos of any length utilizing text-to-image pretrained diffusion models.
195
+ </h2>
196
+ </div>
197
+ """)
198
  with gr.Row():
199
  gr.Markdown('## RAVE: Randomized Noise Shuffling for Fast and Consistent Video Editing with Diffusion Models')
200
  with gr.Row():