JJFrancisco commited on
Commit
4d4c779
·
verified ·
1 Parent(s): cb55dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -4,11 +4,6 @@ import subprocess
4
 
5
  from transformers import AutoModel
6
 
7
- model = AutoModel.from_pretrained("proxectonos/Nos_MT-OpenNMT-en-gl")
8
-
9
- # Push the model to your namespace with the name "my-finetuned-bert".
10
- model.push_to_hub("Nos_MT-OpenNMT-en-gl")
11
-
12
  # NOS-MT-en-gl.p
13
 
14
  def translate(input_text):
 
4
 
5
  from transformers import AutoModel
6
 
 
 
 
 
 
7
  # NOS-MT-en-gl.p
8
 
9
  def translate(input_text):