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