Skip to content

Commit f4040cb

Browse files
committed
Fix video file not allowed to server
OpenMotionLab#86
1 parent 2560120 commit f4040cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,4 @@ def bot_example(history, responses):
582582
demo.queue()
583583

584584
if __name__ == "__main__":
585-
demo.launch(server_name="0.0.0.0", server_port=8888, debug=True)
585+
demo.launch(server_name="0.0.0.0", server_port=8888, debug=True,allowed_paths=["./assets", "./cache"])

0 commit comments

Comments
 (0)