Spaces:
Running
on
Zero
Running
on
Zero
File size: 292 Bytes
7bfbdc3 |
1 2 3 4 5 6 7 8 |
export CUDA_VISIBLE_DEVICES=0,1
echo "Using CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES"
python3 inference_v2t.py \
config=configs/mmada_demo_video.yaml \
video_image_root=/home/work/AIDAS/video/demo \
step=70000\
question="Please provide a detailed description of the video." |