BigSalmon commited on
Commit
61162bf
1 Parent(s): 6d4e76c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/InformalToFormalLincoln41''')
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)