ProfRod100 commited on
Commit
c4c9cf8
·
verified ·
1 Parent(s): 169ade4

Update README.MD

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -1,14 +1,11 @@
1
- ---
2
- title: Sentimento DL ML
3
- emoji: 😻
4
- colorFrom: pink
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.47.1
8
- app_file: app.py
9
- pinned: false
10
- license: other
11
- short_description: Teste usado em aula (sentimento-grupoX)
12
- ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
+ # Classificador de Sentimentos (Demo)
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ Este Space demonstra um app simples com **Gradio** e um **pipeline** de `transformers`.
4
+ Digite um texto em inglês e veja se o sentimento é positivo ou negativo.
5
+
6
+ **Como usar**:
7
+ 1. Digite uma frase em inglês.
8
+ 2. Clique em "Submit".
9
+ 3. Veja o resultado com a confiança.
10
+
11
+ **Tecnologias**: Gradio, Transformers, Hugging Face Spaces.