lunarflu HF Staff commited on
Commit
9ef09ef
·
1 Parent(s): a5b1be0

[inference2] return [result_path] >>> return result_path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def inference2(index, stage_1_result_path):
238
  result_path = df.predict(stage_1_result_path, selected_index_for_stage_2, seed_2,
239
  guidance_scale_2, custom_timesteps_2, number_of_inference_steps_2, api_name='/upscale256')
240
 
241
- return [result_path]
242
  #----------------------------------------------------------------------------------------------------------------------------------------------
243
  # ✅
244
  async def react1234(reaction_emojis, combined_image_dfif):
 
238
  result_path = df.predict(stage_1_result_path, selected_index_for_stage_2, seed_2,
239
  guidance_scale_2, custom_timesteps_2, number_of_inference_steps_2, api_name='/upscale256')
240
 
241
+ return result_path
242
  #----------------------------------------------------------------------------------------------------------------------------------------------
243
  # ✅
244
  async def react1234(reaction_emojis, combined_image_dfif):