Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Robzy
/
hbg-weather
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
43106f9
hbg-weather
/
scheduler.py
Robzy
time series for gradio
43106f9
5 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
modal
app = modal.App(
'scheduler'
)
@app.function(
schedule=modal.Period(
seconds=
15
)
)
def
update
():
print
(
'Updating...'
)