srjosueaaron commited on
Commit
39c7ca7
·
verified ·
1 Parent(s): 25f6578

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +18 -13
  2. app.py +0 -0
  3. requirements.txt +6 -0
README.md CHANGED
@@ -1,13 +1,18 @@
1
- ---
2
- title: Translation Demo
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.21.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
+ ---
2
+ title: "Traducción Español a Inglés"
3
+ emoji: "🌐"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: "gradio"
7
+ short_description: "Traduce textos de español a inglés de manera rápida."
8
+ models:
9
+ - "Helsinki-NLP/opus-mt-es-en"
10
+ tags:
11
+ - "translation"
12
+ - "spanish"
13
+ - "english"
14
+ - "nlp"
15
+ - "transformers"
16
+ - "gradio"
17
+ sdk_version: 5.21.0
18
+ ---
app.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers[sentencepiece]
3
+ tensorflow
4
+ tf-keras
5
+ sacremoses
6
+ torch