Spaces:
Runtime error
Runtime error
yusyel
commited on
Commit
·
da8babf
1
Parent(s):
d4e742a
type
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ dataset_val = keras.preprocessing.timeseries_dataset_from_array(
|
|
148 |
batch_size=batch_size,
|
149 |
)
|
150 |
#%%
|
151 |
-
model = from_pretrained_keras("
|
152 |
|
153 |
#%% please don't code shaming me :/
|
154 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
|
|
148 |
batch_size=batch_size,
|
149 |
)
|
150 |
#%%
|
151 |
+
model = from_pretrained_keras("keras-io/timeseries_forecasting_for_weather")
|
152 |
|
153 |
#%% please don't code shaming me :/
|
154 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|