Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import AutoTokenizer, AutoModelWithLMHead
|
|
| 8 |
from transformers.activations import get_activation
|
| 9 |
|
| 10 |
|
| 11 |
-
st.title('Informal to Formal')
|
| 12 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 13 |
|
| 14 |
st.text('''How To Make Prompt:
|
|
|
|
| 8 |
from transformers.activations import get_activation
|
| 9 |
|
| 10 |
|
| 11 |
+
st.title('Informal to Formal:')
|
| 12 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 13 |
|
| 14 |
st.text('''How To Make Prompt:
|