Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def pipe_callback(step: int, timestep: int, latents: float):#torch.FloatTensor):
|
|
| 104 |
|
| 105 |
|
| 106 |
def image_mod(image):
|
| 107 |
-
output1=proc11("full body
|
| 108 |
"""
|
| 109 |
output1 = proc11(
|
| 110 |
"full body sexy girl",
|
|
|
|
| 104 |
|
| 105 |
|
| 106 |
def image_mod(image):
|
| 107 |
+
output1=proc11("full body girl "+random()+" "+random())
|
| 108 |
"""
|
| 109 |
output1 = proc11(
|
| 110 |
"full body sexy girl",
|