BigSalmon commited on
Commit
a170c3e
1 Parent(s): c7a3ddf

Update app.py

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