Tonioesparza commited on
Commit
064c89b
·
verified ·
1 Parent(s): 169a196

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 = 0.5, cases_scope = 5):
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 , cases_scope ):
124
  ###pro_encode = pipe_cn.encode_text(prompt) ###ip_images init
125
 
126
  condition = 'both'