File size: 94 Bytes
4d619bd
 
 
 
 
1
2
3
4
5
import gradio as gr
from app import interfaz

if __name__ == "__main__":
    interfaz.launch()