Spaces:
Configuration error
Configuration error
File size: 140 Bytes
1450e30 |
1 2 3 4 5 6 |
import gradio as gr
from fma_player import create_interface
# Creare e avviare l'interfaccia Gradio
demo = create_interface()
demo.launch() |