import gradio as gr from fma_player import create_interface # Creare e avviare l'interfaccia Gradio demo = create_interface() demo.launch()