Spaces:
Running
Running
none
commited on
Commit
·
abec288
1
Parent(s):
f552b0e
try to fix bug in online inference
Browse files
app.py
CHANGED
@@ -266,4 +266,4 @@ def create_ui():
|
|
266 |
|
267 |
if __name__ == "__main__":
|
268 |
app = create_ui()
|
269 |
-
app.launch(allowed_paths=["./output"])
|
|
|
266 |
|
267 |
if __name__ == "__main__":
|
268 |
app = create_ui()
|
269 |
+
app.launch(allowed_paths=["./output", "./datasets"])
|