Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,8 @@ from transformers.activations import get_activation
|
|
| 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:
|
| 15 |
|
| 16 |
informal english: netflix made a ton of money through squidgame, only spending a few millions, while it became a internationally loved show.
|
|
|
|
| 11 |
st.title('Informal to Formal:')
|
| 12 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 13 |
|
| 14 |
+
st.text('''Check out this other space: https://huggingface.co/spaces/BigSalmon/GPT2Space''')
|
| 15 |
+
|
| 16 |
st.text('''How To Make Prompt:
|
| 17 |
|
| 18 |
informal english: netflix made a ton of money through squidgame, only spending a few millions, while it became a internationally loved show.
|