apak commited on
Commit
7c3eed9
·
verified ·
1 Parent(s): 7be7c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -27,8 +27,7 @@ gen_pipe = pipeline(
27
  model_kwargs=llm_model_kwargs,
28
  device_map=llm_device_map
29
  )
30
- print("
31
- ✅ Modeller Hazır!")
32
 
33
  # --- Wikipedia Fonksiyonu ---
34
  wikipedia.set_lang("tr")
 
27
  model_kwargs=llm_model_kwargs,
28
  device_map=llm_device_map
29
  )
30
+ print("Modeller Hazır!")
 
31
 
32
  # --- Wikipedia Fonksiyonu ---
33
  wikipedia.set_lang("tr")