yash161101 commited on
Commit
a9e047d
1 Parent(s): 0c0bba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from transformers import AutoTokenizer, AutoModelWithLMHead, AutoModelForCausalL
9
 
10
  st.title('DeepWords')
11
  st.text('Still under Construction.')
 
12
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
13
 
14
  @st.cache(allow_output_mutation=True)
 
9
 
10
  st.title('DeepWords')
11
  st.text('Still under Construction.')
12
+ st.text('Tip: Try writing a sentence and making the model predict final word."
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
14
 
15
  @st.cache(allow_output_mutation=True)