Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m-ric
/
get-weather
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fd6790e
get-weather
/
app.py
m-ric
HF staff
Upload tool
fd6790e
verified
4 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
from
transformers
import
launch_gradio_demo
from
tool
import
GetCurrentTime
launch_gradio_demo(GetCurrentTime)