Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import torch
|
|
4 |
import spaces
|
5 |
import random
|
6 |
from PIL import Image
|
7 |
-
import icecream as ic
|
8 |
import numpy as np
|
9 |
|
10 |
from glob import glob
|
@@ -56,8 +55,6 @@ def generate(
|
|
56 |
fps_id: int = 25,
|
57 |
output_folder: str = "outputs",
|
58 |
progress=gr.Progress(track_tqdm=True)):
|
59 |
-
|
60 |
-
ic(image)
|
61 |
|
62 |
if seed == -1:
|
63 |
seed = random.randint(0, MAX_SEED)
|
|
|
4 |
import spaces
|
5 |
import random
|
6 |
from PIL import Image
|
|
|
7 |
import numpy as np
|
8 |
|
9 |
from glob import glob
|
|
|
55 |
fps_id: int = 25,
|
56 |
output_folder: str = "outputs",
|
57 |
progress=gr.Progress(track_tqdm=True)):
|
|
|
|
|
58 |
|
59 |
if seed == -1:
|
60 |
seed = random.randint(0, MAX_SEED)
|