ClimaEye-ui / app.py
DarshanM0di's picture
Update app.py
315430b verified
raw
history blame contribute delete
216 Bytes
import os
import gradio as gr
# Strip any leading/trailing whitespace or newline characters
token = os.getenv("HF_TOKEN").strip()
backend = gr.load("spaces/DarshanM0di/ClimaEye-core", token=token)
backend.launch()