Epoching commited on
Commit
b96a347
β€’
1 Parent(s): 3525244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,8 +15,7 @@ story_gen = pipeline("text-generation", "pranavpsv/gpt2-genre-story-generator")
15
  # 2. LatentDiffusion: Latent Diffusion Interface
16
  image_gen = gr.Interface.load("spaces/multimodalart/latentdiffusion")
17
 
18
- # 3. FILM: Frame Interpolation Model
19
- # code re-use from spaces/akhaliq/frame-interpolation/tree/main
20
  os.system("git clone https://github.com/google-research/frame-interpolation")
21
  sys.path.append("frame-interpolation")
22
  from eval import interpolator, util
15
  # 2. LatentDiffusion: Latent Diffusion Interface
16
  image_gen = gr.Interface.load("spaces/multimodalart/latentdiffusion")
17
 
18
+ # 3. FILM: Frame Interpolation Model (code re-use from spaces/akhaliq/frame-interpolation/tree/main)
 
19
  os.system("git clone https://github.com/google-research/frame-interpolation")
20
  sys.path.append("frame-interpolation")
21
  from eval import interpolator, util