Tonioesparza commited on
Commit
2b952c8
·
verified ·
1 Parent(s): 064c89b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ MAX_IMAGE_SIZE = 1024
120
 
121
  slingshot = torch.load("./slingshot.pt")
122
 
123
- def ourhood_inference(prompt=str, num_inference_steps=int, scaffold=int, seed=int, cases_strength , cases_scope ):
124
  ###pro_encode = pipe_cn.encode_text(prompt) ###ip_images init
125
 
126
  condition = 'both'
 
120
 
121
  slingshot = torch.load("./slingshot.pt")
122
 
123
+ def ourhood_inference(prompt=str, num_inference_steps=int, scaffold=int, seed=int, cases_strength=float , cases_scope=int ):
124
  ###pro_encode = pipe_cn.encode_text(prompt) ###ip_images init
125
 
126
  condition = 'both'