ford442 commited on
Commit
173c68f
·
verified ·
1 Parent(s): 257b075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.func(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()
 
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()