Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def king(type ,
|
|
| 71 |
width: int = 1024,
|
| 72 |
height: int = 1024,
|
| 73 |
guidance_scale: float = 6,
|
| 74 |
-
fast=
|
| 75 |
progress=gr.Progress(track_tqdm=True)
|
| 76 |
):
|
| 77 |
if type=="Image Editing" :
|
|
|
|
| 71 |
width: int = 1024,
|
| 72 |
height: int = 1024,
|
| 73 |
guidance_scale: float = 6,
|
| 74 |
+
fast=True,
|
| 75 |
progress=gr.Progress(track_tqdm=True)
|
| 76 |
):
|
| 77 |
if type=="Image Editing" :
|