Spaces:
No application file
No application file
Update app.py
Browse files
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")
|