Spaces:
Running
Running
jonwiese
commited on
Commit
•
b3c9985
1
Parent(s):
c42ff49
change
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
# Initialize the predictor
|
5 |
predictor = WeatherPredictor('Basel2019-2024.csv')
|
|
|
1 |
import gradio as gr
|
2 |
+
from weatherpredictor import WeatherPredictor
|
3 |
|
4 |
# Initialize the predictor
|
5 |
predictor = WeatherPredictor('Basel2019-2024.csv')
|