ShreehariS754 commited on
Commit
c795283
·
verified ·
1 Parent(s): 365881c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="number")
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()