Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def get_model():
|
|
| 29 |
|
| 30 |
model, tokenizer = get_model()
|
| 31 |
|
| 32 |
-
st.text('''For Prompt Templates: https://huggingface.co/BigSalmon/
|
| 33 |
|
| 34 |
temp = st.sidebar.slider("Temperature", 0.7, 1.5)
|
| 35 |
number_of_outputs = st.sidebar.slider("Number of Outputs", 5, 50)
|
|
|
|
| 29 |
|
| 30 |
model, tokenizer = get_model()
|
| 31 |
|
| 32 |
+
st.text('''For Prompt Templates: https://huggingface.co/BigSalmon/InformalToFormalLincoln49''')
|
| 33 |
|
| 34 |
temp = st.sidebar.slider("Temperature", 0.7, 1.5)
|
| 35 |
number_of_outputs = st.sidebar.slider("Number of Outputs", 5, 50)
|