fbnnb commited on
Commit
e9491e4
·
verified ·
1 Parent(s): 62fc980

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -3,7 +3,7 @@ import sys
3
  import gradio as gr
4
  from scripts.gradio.i2v_test_application import Image2Video
5
  sys.path.insert(1, os.path.join(sys.path[0], 'lvdm'))
6
-
7
 
8
  i2v_examples_interp_512 = [
9
  ['prompts/512_interp/74906_1462_frame1.png', 'walking man', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/74906_1462_frame3.png'],
 
3
  import gradio as gr
4
  from scripts.gradio.i2v_test_application import Image2Video
5
  sys.path.insert(1, os.path.join(sys.path[0], 'lvdm'))
6
+ import spaces
7
 
8
  i2v_examples_interp_512 = [
9
  ['prompts/512_interp/74906_1462_frame1.png', 'walking man', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/74906_1462_frame3.png'],