lunarring commited on
Commit
fa5ff08
·
1 Parent(s): ef506ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@
15
  # See the License for the specific language governing permissions and
16
  # limitations under the License.
17
  import os, sys
18
- sys.path.append("/content/latentblending")
19
  from movie_util import MovieSaver, concatenate_movies
20
  from huggingface_hub import hf_hub_download
21
  hf_hub_download(repo_id="stabilityai/stable-diffusion-2-1-base", filename="v2-1_512-ema-pruned.ckpt")
 
15
  # See the License for the specific language governing permissions and
16
  # limitations under the License.
17
  import os, sys
18
+ sys.path.append("/content/latentblending/")
19
  from movie_util import MovieSaver, concatenate_movies
20
  from huggingface_hub import hf_hub_download
21
  hf_hub_download(repo_id="stabilityai/stable-diffusion-2-1-base", filename="v2-1_512-ema-pruned.ckpt")