Spaces:
Build error
Build error
req
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 5.23.3
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
π **AIFS Weather Forecast**
|
@@ -19,3 +20,12 @@ Interactive visualization of ECMWF AIFS weather forecasts.
|
|
19 |
Here's a screenshot of output from the app:
|
20 |

|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
sdk_version: 5.23.3
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
π **AIFS Weather Forecast**
|
|
|
20 |
Here's a screenshot of output from the app:
|
21 |

|
22 |
|
23 |
+
# AIFS Weather Forecast Demo
|
24 |
+
|
25 |
+
Interactive visualization of ECMWF AIFS weather forecasts using Gradio.
|
26 |
+
|
27 |
+
## Hardware Requirements
|
28 |
+
- GPU: T4 (16GB)
|
29 |
+
- CPU: 4 vCPU
|
30 |
+
- RAM: 16GB
|
31 |
+
|