Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def resize_image(input_path, output_path, target_height):
|
|
43 |
return output_path, new_width, target_height
|
44 |
|
45 |
|
46 |
-
@spaces.GPU(
|
47 |
def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
|
48 |
|
49 |
|
|
|
43 |
return output_path, new_width, target_height
|
44 |
|
45 |
|
46 |
+
@spaces.GPU()
|
47 |
def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
|
48 |
|
49 |
|