Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ for n in range(1, 10):
|
|
12 |
example_files.append(f"demo{n:0>2}.jpg")
|
13 |
|
14 |
|
15 |
-
@spaces.GPU(
|
16 |
def infer(init_image, prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps):
|
17 |
return model(
|
18 |
init_image,
|
|
|
12 |
example_files.append(f"demo{n:0>2}.jpg")
|
13 |
|
14 |
|
15 |
+
@spaces.GPU()
|
16 |
def infer(init_image, prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps):
|
17 |
return model(
|
18 |
init_image,
|