carlosalonso commited on
Commit
ef38156
1 Parent(s): de1b057

Instalo altair para que funcione de nuevo

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ except:
5
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
6
 
7
  # from matplotlib.pyplot import axis
 
 
8
  import gradio as gr
9
 
10
  import torch
 
5
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
6
 
7
  # from matplotlib.pyplot import axis
8
+ os.system('pip install altair')
9
+ import altair
10
  import gradio as gr
11
 
12
  import torch