spookyuser
commited on
Commit
·
e536326
1
Parent(s):
61aea0c
Works I think
Browse files
app.py
CHANGED
@@ -130,4 +130,4 @@ if __name__ == "__main__":
|
|
130 |
os.chdir(
|
131 |
output_dir
|
132 |
) # change working directory to output_dir because the hf spaces model has no option to specify output directory ¯\_(ツ)_/¯
|
133 |
-
iface.launch(
|
|
|
130 |
os.chdir(
|
131 |
output_dir
|
132 |
) # change working directory to output_dir because the hf spaces model has no option to specify output directory ¯\_(ツ)_/¯
|
133 |
+
iface.launch()
|