Spaces:
Runtime error
Runtime error
set default radio
Browse files- app/app.py +1 -0
app/app.py
CHANGED
@@ -163,6 +163,7 @@ if prompt_group_name in ["Indonesian Newspaper"]:
|
|
163 |
"Set the decoding methods:",
|
164 |
key="decoding",
|
165 |
options=["Beam Search", "Sampling", "Contrastive Search"],
|
|
|
166 |
)
|
167 |
|
168 |
temperature = st.sidebar.slider(
|
|
|
163 |
"Set the decoding methods:",
|
164 |
key="decoding",
|
165 |
options=["Beam Search", "Sampling", "Contrastive Search"],
|
166 |
+
index=2
|
167 |
)
|
168 |
|
169 |
temperature = st.sidebar.slider(
|