Spaces:
Sleeping
Sleeping
Commit
·
03a6bdf
1
Parent(s):
bfede02
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with st.sidebar:
|
|
32 |
top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
|
33 |
max_length = st.sidebar.slider('max_length', min_value=64, max_value=4096, value=512, step=8)
|
34 |
|
35 |
-
|
36 |
os.environ['REPLICATE_API_TOKEN'] = replicate_api
|
37 |
|
38 |
# Store LLM generated responses
|
|
|
32 |
top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
|
33 |
max_length = st.sidebar.slider('max_length', min_value=64, max_value=4096, value=512, step=8)
|
34 |
|
35 |
+
|
36 |
os.environ['REPLICATE_API_TOKEN'] = replicate_api
|
37 |
|
38 |
# Store LLM generated responses
|