Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
namnh113
/
Code_Summarization
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
namnh113
commited on
Dec 2, 2023
Commit
65f2afc
·
1 Parent(s):
e9493c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,7 +56,7 @@ class LLM_Langchain():
56
min_value=1,
57
max_value=10,
58
step=1,
59
-
value=
4
,
60
help="Set num beam"
61
)
62
56
min_value=1,
57
max_value=10,
58
step=1,
59
+
value=
3
,
60
help="Set num beam"
61
)
62