Gurinder commited on
Commit
3bec4a4
·
1 Parent(s): 3a423b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,7 @@
 
1
  !pip install transformers sentencepiece -q
2
 
 
3
  !pip install gradio
4
 
5
  # Importing the pipeline function from the transformers library
@@ -37,5 +39,3 @@ iface = gr.Interface(
37
 
38
  iface.launch()
39
 
40
-
41
-
 
1
+ !pip install --upgrade torch transformers
2
  !pip install transformers sentencepiece -q
3
 
4
+
5
  !pip install gradio
6
 
7
  # Importing the pipeline function from the transformers library
 
39
 
40
  iface.launch()
41