KingNish commited on
Commit
b719d0a
·
verified ·
1 Parent(s): c84e772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ MAX_NEW_TOKENS = 15 # Duration slider (in seconds, scaled internally)
83
  RUN_N_SEGMENTS = 2 # Number of segments to generate
84
  STAGE2_BATCH_SIZE = 4 # Batch size for stage2 inference
85
 
86
- default_args = argparse.Namespace(cuda_idx=4)
87
 
88
  # You may change these defaults via Gradio input (see below)
89
 
 
83
  RUN_N_SEGMENTS = 2 # Number of segments to generate
84
  STAGE2_BATCH_SIZE = 4 # Batch size for stage2 inference
85
 
86
+ default_args = argparse.Namespace(cuda_idx=0)
87
 
88
  # You may change these defaults via Gradio input (see below)
89