Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,6 @@ app=gr.Interface(fn=predict_solar_insolation,
|
|
| 46 |
gr.Number(label="Month"),
|
| 47 |
gr.Number(label="Day"),
|
| 48 |
gr.Number(label="Hour")],
|
| 49 |
-
outputs="
|
| 50 |
|
| 51 |
app.launch()
|
|
|
|
| 46 |
gr.Number(label="Month"),
|
| 47 |
gr.Number(label="Day"),
|
| 48 |
gr.Number(label="Hour")],
|
| 49 |
+
outputs="text")
|
| 50 |
|
| 51 |
app.launch()
|