Spaces:
Runtime error
Runtime error
yash161101
commited on
Commit
•
3c57a75
1
Parent(s):
a9e047d
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoTokenizer, AutoModelWithLMHead, AutoModelForCausalL
|
|
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)
|
|
|
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)
|