Mamom commited on
Commit
88d9d61
1 Parent(s): debef99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
- pip install transformers gradio sentencepiece
2
- pip install transformers[sentencepiece]
3
- pip install sacremoses
4
  import gradio as gr # gradio를 가져와서 쓰는데, 매번 gradio 여섯자 치는게 귀찮으면
5
  # as gr이라고 추가해서 이 이후로는 gr이라고만 써도 됨
6
  # gradio가 웹 상에서의 데모를 만들어줌 (UI 포함!)
 
1
+ !pip install transformers gradio sentencepiece
2
+ !pip install transformers[sentencepiece]
3
+ !pip install sacremoses
4
  import gradio as gr # gradio를 가져와서 쓰는데, 매번 gradio 여섯자 치는게 귀찮으면
5
  # as gr이라고 추가해서 이 이후로는 gr이라고만 써도 됨
6
  # gradio가 웹 상에서의 데모를 만들어줌 (UI 포함!)