azmisahin commited on
Commit
07fa61c
·
verified ·
1 Parent(s): df5cb11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ os.environ['TRANSFORMERS_CACHE'] = '/app/cache'
15
  os.makedirs('/app/cache', exist_ok=True)
16
 
17
  # Model konfigürasyonu
18
- MODEL_NAME = "redrussianarmy/gpt2-turkish-cased"
19
 
20
  @lru_cache(maxsize=1)
21
  def load_model():
 
15
  os.makedirs('/app/cache', exist_ok=True)
16
 
17
  # Model konfigürasyonu
18
+ MODEL_NAME = "ITU-TATL/gpt2-small-tr"
19
 
20
  @lru_cache(maxsize=1)
21
  def load_model():