Spaces:
Running on A10G
Running on A10G
bug fix
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with block:
|
|
| 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
|
| 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
|
|
@@ -304,12 +304,12 @@ with block:
|
|
| 304 |
sample_size = gr.Slider(label='Number of grids',
|
| 305 |
minimum=1,
|
| 306 |
maximum=10,
|
| 307 |
-
value=
|
| 308 |
step=1)
|
| 309 |
pad = gr.Slider(label='Pad',
|
| 310 |
minimum=1,
|
| 311 |
-
maximum=
|
| 312 |
-
value=
|
| 313 |
step=1)
|
| 314 |
|
| 315 |
|
|
|
|
| 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
|
|
|
|
| 304 |
sample_size = gr.Slider(label='Number of grids',
|
| 305 |
minimum=1,
|
| 306 |
maximum=10,
|
| 307 |
+
value=1,
|
| 308 |
step=1)
|
| 309 |
pad = gr.Slider(label='Pad',
|
| 310 |
minimum=1,
|
| 311 |
+
maximum=5,
|
| 312 |
+
value=2,
|
| 313 |
step=1)
|
| 314 |
|
| 315 |
|