KingNish commited on
Commit
3142fb1
1 Parent(s): fc4d0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "Image Generation",
73
- input_image = None,
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,