Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
c004616
1
Parent(s):
3d2899b
Se elimina dependencia no encontrada
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ import matplotlib.pyplot as plt
|
|
41 |
from skimage import exposure
|
42 |
|
43 |
import pandas as pd
|
44 |
-
from vega_datasets import data
|
45 |
|
46 |
|
47 |
cdl_color_map = [{'value': 1, 'label': 'Natural vegetation', 'rgb': (233,255,190)},
|
@@ -246,13 +245,6 @@ custom_test_pipeline=process_test_pipeline(model.cfg.data.test.pipeline, None)
|
|
246 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline)
|
247 |
|
248 |
|
249 |
-
stocks = data.stocks()
|
250 |
-
gapminder = data.gapminder()
|
251 |
-
gapminder = gapminder.loc[
|
252 |
-
gapminder.country.isin(["Argentina", "Australia", "Afghanistan"])
|
253 |
-
]
|
254 |
-
climate = data.climate()
|
255 |
-
seattle_weather = data.seattle_weather()
|
256 |
|
257 |
simple = pd.DataFrame(
|
258 |
{
|
|
|
41 |
from skimage import exposure
|
42 |
|
43 |
import pandas as pd
|
|
|
44 |
|
45 |
|
46 |
cdl_color_map = [{'value': 1, 'label': 'Natural vegetation', 'rgb': (233,255,190)},
|
|
|
245 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline)
|
246 |
|
247 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
|
249 |
simple = pd.DataFrame(
|
250 |
{
|