Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ def generate_30(
|
|
| 235 |
options["use_resolution_binning"] = True
|
| 236 |
images = []
|
| 237 |
timestamp = datetime.datetime.now().strftime("%Y%m%d_%H%M%S")
|
| 238 |
-
filename = pyx.
|
| 239 |
upload_to_ftp(filename)
|
| 240 |
#uploadNote(prompt,num_inference_steps,guidance_scale,timestamp)
|
| 241 |
batch_options = options.copy()
|
|
|
|
| 235 |
options["use_resolution_binning"] = True
|
| 236 |
images = []
|
| 237 |
timestamp = datetime.datetime.now().strftime("%Y%m%d_%H%M%S")
|
| 238 |
+
filename = pyx.uploadNote(prompt,num_inference_steps,guidance_scale,timestamp)
|
| 239 |
upload_to_ftp(filename)
|
| 240 |
#uploadNote(prompt,num_inference_steps,guidance_scale,timestamp)
|
| 241 |
batch_options = options.copy()
|