Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lihuchen
/
llm_with_confidence
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lihuchen
commited on
Nov 2, 2023
Commit
e1ba83a
·
1 Parent(s):
733f97e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ from confidence import run_nli
3
4
5
def greet(query):
6
-
results = run_nli(query, sample_size=
5
)
7
return results
8
9
3
4
5
def greet(query):
6
+
results = run_nli(query, sample_size=
3
)
7
return results
8
9