Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
| 71 |
@spaces.GPU(duration=30, queue=False)
|
| 72 |
def king(type = "Image Generation",
|
| 73 |
input_image = None,
|
| 74 |
-
instruction: str ,
|
| 75 |
steps: int = 8,
|
| 76 |
randomize_seed: bool = False,
|
| 77 |
seed: int = 25,
|
|
|
|
| 71 |
@spaces.GPU(duration=30, queue=False)
|
| 72 |
def king(type = "Image Generation",
|
| 73 |
input_image = None,
|
| 74 |
+
instruction: str = "",
|
| 75 |
steps: int = 8,
|
| 76 |
randomize_seed: bool = False,
|
| 77 |
seed: int = 25,
|