sbthesis commited on
Commit
145c7fc
·
1 Parent(s): c8f8664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from transformers import pipeline
2
  import gradio as gr #this is in place of the streamlit of the HF video
3
  import torch #this is just like the HF video
 
1
+ !pip install datasets evaluate transformers[sentencepiece]
2
  from transformers import pipeline
3
  import gradio as gr #this is in place of the streamlit of the HF video
4
  import torch #this is just like the HF video