MariaEduarda3 commited on
Commit
ee24c83
·
verified ·
1 Parent(s): 2cfc8c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,14 +1,22 @@
1
  ---
2
- title: Sentimento DL ML
3
- emoji: 📚
4
- colorFrom: indigo
5
- colorTo: blue
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
  ---
2
+ title: Classificador de Sentimentos
3
+ emoji: 😎
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: "4.0.0"
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
+ # Classificador de Sentimentos (Demo)
13
+
14
+ Este Space demonstra um app simples com **Gradio** e um **pipeline** de `transformers`.
15
+ Digite um texto em inglês e veja se o sentimento é positivo ou negativo.
16
+
17
+ **Como usar**:
18
+ 1. Digite uma frase em inglês.
19
+ 2. Clique em "Submit".
20
+ 3. Veja o resultado com a confiança.
21
+
22
+ **Tecnologias**: Gradio, Transformers, Hugging Face Spaces.