Spaces:
Sleeping
Sleeping
Tonioesparza
commited on
Update app.py
Browse files
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'
|