Commit a5aa7eae by 陈正乐

在docker-compose中启动gradioUI

parent 91f68b4c
......@@ -23,7 +23,7 @@ services:
- "8003:8003"
stdin_open: true
tty: true
command: python
command: sh -c "cd src && python gradio_app.py"
volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment