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