jmcinern commited on
Commit
fac4afa
·
verified ·
1 Parent(s): ecec89e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ HF_REPO_ID = "jmcinern/DPO_ga" # Your HF repo ID
25
  HF_TOKEN = os.getenv("HF_TOKEN")
26
 
27
  # Deterministic sampling settings
28
- NUM_SAMPLES = 100
29
  RANDOM_SEED = 42
30
 
31
  # --- UI Content ---
 
25
  HF_TOKEN = os.getenv("HF_TOKEN")
26
 
27
  # Deterministic sampling settings
28
+ NUM_SAMPLES = 200
29
  RANDOM_SEED = 42
30
 
31
  # --- UI Content ---