Pringled commited on
Commit
e9a1430
1 Parent(s): 9757fba

Switched model to potion-base-8M

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from reach import Reach
6
  from difflib import ndiff
7
 
8
  # Load the model
9
- model = StaticModel.from_pretrained("minishlab/M2V_base_output")
10
 
11
  # Default parameters
12
  default_dataset_name = "ag_news"
 
6
  from difflib import ndiff
7
 
8
  # Load the model
9
+ model = StaticModel.from_pretrained("minishlab/potion-base-8M")
10
 
11
  # Default parameters
12
  default_dataset_name = "ag_news"