Spaces:
Running
on
Zero
Running
on
Zero
add start
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def sanitize_prompt(prompt):
|
|
30 |
@spaces.GPU(duration=160)
|
31 |
def process_images(image, image2=None,prompt="a girl",strength=0.75,seed=0,progress=gr.Progress(track_tqdm=True)):
|
32 |
print("start process_images")
|
33 |
-
|
34 |
# I'm not sure when this happen
|
35 |
if not isinstance(image, dict):
|
36 |
if image2 == None:
|
|
|
30 |
@spaces.GPU(duration=160)
|
31 |
def process_images(image, image2=None,prompt="a girl",strength=0.75,seed=0,progress=gr.Progress(track_tqdm=True)):
|
32 |
print("start process_images")
|
33 |
+
progress(0, desc="Starting")
|
34 |
# I'm not sure when this happen
|
35 |
if not isinstance(image, dict):
|
36 |
if image2 == None:
|