Spaces:
Sleeping
Sleeping
George Krupenchenkov
commited on
Commit
·
d023582
1
Parent(s):
983c23d
add hw6 markups
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ def infer(
|
|
157 |
# pipe.to(device)
|
158 |
|
159 |
print("step: start generating")
|
160 |
-
print(
|
161 |
image = pipe(**params
|
162 |
).images[0]
|
163 |
print("step: generating done!")
|
|
|
157 |
# pipe.to(device)
|
158 |
|
159 |
print("step: start generating")
|
160 |
+
print(params)
|
161 |
image = pipe(**params
|
162 |
).images[0]
|
163 |
print("step: generating done!")
|