spookyuser
commited on
Commit
·
f8c62cb
1
Parent(s):
2dad4b7
Remove share
Browse files
app.py
CHANGED
@@ -149,4 +149,4 @@ if __name__ == "__main__":
|
|
149 |
os.chdir(
|
150 |
output_dir
|
151 |
) # change working directory to output_dir because the hf spaces model has no option to specify output directory ¯\_(ツ)_/¯
|
152 |
-
iface.launch(
|
|
|
149 |
os.chdir(
|
150 |
output_dir
|
151 |
) # change working directory to output_dir because the hf spaces model has no option to specify output directory ¯\_(ツ)_/¯
|
152 |
+
iface.launch()
|