Spaces:
Runtime error
Runtime error
Himanshu-AT commited on
Commit ·
2f6f08a
1
Parent(s): dc9bec2
remove bug
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ for model_name, model_path in lora_models.items():
|
|
| 38 |
lora_models["None"] = None
|
| 39 |
|
| 40 |
@spaces.GPU(durations=300)
|
| 41 |
-
def infer(edit_images, prompt, width, height, seed=42, randomize_seed=False, guidance_scale=3.5, num_inference_steps=28, progress=gr.Progress(track_tqdm=True)):
|
| 42 |
# pipe.enable_xformers_memory_efficient_attention()
|
| 43 |
|
| 44 |
if lora_model != "None":
|
|
|
|
| 38 |
lora_models["None"] = None
|
| 39 |
|
| 40 |
@spaces.GPU(durations=300)
|
| 41 |
+
def infer(edit_images, prompt, width, height, lora_model, seed=42, randomize_seed=False, guidance_scale=3.5, num_inference_steps=28, progress=gr.Progress(track_tqdm=True)):
|
| 42 |
# pipe.enable_xformers_memory_efficient_attention()
|
| 43 |
|
| 44 |
if lora_model != "None":
|
readme.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🏆
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Inpainting
|
| 3 |
emoji: 🏆
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|