Update app.py
Browse files
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
|