Update app.py
Browse files
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()
|