Spaces:
Runtime error
Runtime error
yirmibesogluz
commited on
Commit
•
c728805
1
Parent(s):
d4efc5b
Changed NLI example
Browse files- 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="
|
21 |
premise = st.text_area(label='Premise: ', height=50,
|
22 |
-
value="
|
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"):
|