import gradio as gr import os api_key = os.getenv("api_key") gr.Interface.load("models/empathy-buddy/v0_feelings_en", api_key=api_key).launch()