Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iamsubrata
/
portfolio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
iamsubrata
commited on
Jan 2, 2024
Commit
fffecf1
·
1 Parent(s):
c4b0f88
fix bug button
Browse files
Files changed (1)
hide
show
LLAMA2.py
+1
-1
LLAMA2.py
CHANGED
Viewed
@@ -34,5 +34,5 @@ if user_input:
34
key = "generate"
35
)
36
37
-
if
prompt
:
38
st.write(LLM(str(user_input)))
34
key = "generate"
35
)
36
37
+
if
button
:
38
st.write(LLM(str(user_input)))