theguywhosucks commited on
Commit
b6370c0
·
verified ·
1 Parent(s): a3ff819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  import os
5
 
6
  # --- Load HF model ---
7
- model_name = "theguywhosucks/H-A-S-T-E"
8
  hf_token = os.environ.get("identification") # Grab the secret token (optional)
9
 
10
  # Load tokenizer
 
4
  import os
5
 
6
  # --- Load HF model ---
7
+ model_name = "theguywhosucks/haste"
8
  hf_token = os.environ.get("identification") # Grab the secret token (optional)
9
 
10
  # Load tokenizer