yirmibesogluz commited on
Commit
c728805
1 Parent(s): d4efc5b

Changed NLI example

Browse files
Files changed (1) hide show
  1. apps/nli.py +2 -2
apps/nli.py CHANGED
@@ -17,9 +17,9 @@ def write():
17
  )
18
 
19
  hypothesis = st.text_area(label='Hypothesis: ', height=50,
20
- value="Bunu nereden biliyorsun? Bütün bunlar yine onların bilgileri.")
21
  premise = st.text_area(label='Premise: ', height=50,
22
- value="Bu bilgi onlara ait.")
23
  url = ("https://api-inference.huggingface.co/models/boun-tabi-LMG/turna_nli_nli_tr")
24
  params = {"max_new_tokens": 8 }
25
  if st.button("Generate"):
 
17
  )
18
 
19
  hypothesis = st.text_area(label='Hypothesis: ', height=50,
20
+ value="Temple Bar'da çok sanatçı var.")
21
  premise = st.text_area(label='Premise: ', height=50,
22
+ value="Temple Bar herhangi bir müzisyen veya sanatçıdan tamamen yoksundur.")
23
  url = ("https://api-inference.huggingface.co/models/boun-tabi-LMG/turna_nli_nli_tr")
24
  params = {"max_new_tokens": 8 }
25
  if st.button("Generate"):