Spaces:
Sleeping
Sleeping
File size: 307 Bytes
2e704a1 a822eed 8571152 a822eed 797682b a822eed |
1 2 3 4 5 6 7 8 9 10 11 12 |
#from air_quality_map import create_air_quality_map_ui
# Temporary troubleshooting version of app.py
#import troubleshooting
from air_quality_map import create_air_quality_map_ui
# Create and launch the Gradio interface
app = create_air_quality_map_ui()
# For Hugging Face Spaces deployment
app.launch() |