jmourad commited on
Commit
4279401
β€’
1 Parent(s): 77f2716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,8 +1,8 @@
1
  # Instalar dependencias
2
- !pip install transformers
3
- !pip install gradio
4
- !pip install clip_interrogator
5
- !pip install torch
6
 
7
  # Importar bibliotecas
8
  import torch
 
1
  # Instalar dependencias
2
+ pip install transformers
3
+ pip install gradio
4
+ pip install clip_interrogator
5
+ pip install torch
6
 
7
  # Importar bibliotecas
8
  import torch