Update backend/aragpt.py

#1
by Duino - opened
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,