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 1, 2023
Commit
a2901a2
·
1 Parent(s):
5da5fcf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ from cpu_llama_generate import run
3
4
5
def greet(query):
6
-
results = run(query
, 5
)
7
return results
8
9
3
4
5
def greet(query):
6
+
results = run(query)
7
return results
8
9