mr2along commited on
Commit
1e9a3d0
·
verified ·
1 Parent(s): 67c5bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def run_scripts(target, source):
34
  subprocess.run(cmd1)
35
  outputfile.append(output_path1)
36
  print(output_path1)
37
- upload_to_hf(output_path1)
38
  return outputfile
39
 
40
  iface = gr.Interface(
 
34
  subprocess.run(cmd1)
35
  outputfile.append(output_path1)
36
  print(output_path1)
37
+ #upload_to_hf(output_path1)
38
  return outputfile
39
 
40
  iface = gr.Interface(