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