import gradio as gr import os hf_token = os.environ.get("hf_token") gr.load("models/MVRL/SD-GeoSynth", hf_token=hf_token).launch()