Duino commited on
Commit
ad4ca94
1 Parent(s): 9e58f2e

Update backend/aragpt.py

Browse files
Files changed (1) hide show
  1. backend/aragpt.py +2 -2
backend/aragpt.py CHANGED
@@ -37,8 +37,8 @@ def write():
37
  "Model Selector",
38
  options=[
39
  "AraGPT2-Base",
40
- # "AraGPT2-Medium",
41
- # "Aragpt2-Large",
42
  "AraGPT2-Mega",
43
  ],
44
  index=0,
 
37
  "Model Selector",
38
  options=[
39
  "AraGPT2-Base",
40
+ "AraGPT2-Medium",
41
+ "Aragpt2-Large",
42
  "AraGPT2-Mega",
43
  ],
44
  index=0,