howlbz commited on
Commit
f39f1d3
·
1 Parent(s): f31f0f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ demo = gr.Interface(
33
  title="Air Quality Prediction",
34
  description="Get aqi value",
35
  allow_flagging="never",
 
36
  outputs=gr.Textbox(label="Result: "))
37
 
38
  demo.launch()
 
33
  title="Air Quality Prediction",
34
  description="Get aqi value",
35
  allow_flagging="never",
36
+ inputs=[],
37
  outputs=gr.Textbox(label="Result: "))
38
 
39
  demo.launch()