sato2ru commited on
Commit
b3e30db
Β·
verified Β·
1 Parent(s): da8e6ca

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  from huggingface_hub import hf_hub_download
6
  import torch.nn as nn
7
 
8
- REPO_ID = "YOUR_USERNAME/wordle-solver" # ← update this
9
 
10
  # ── Load assets from HF Hub ──────────────────────────────────────
11
  config = json.load(open(hf_hub_download(REPO_ID, "config.json")))
 
5
  from huggingface_hub import hf_hub_download
6
  import torch.nn as nn
7
 
8
+ REPO_ID = "sato2ru/wordle-solver" # ← update this
9
 
10
  # ── Load assets from HF Hub ──────────────────────────────────────
11
  config = json.load(open(hf_hub_download(REPO_ID, "config.json")))