Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|
|
|
|