OCR / Space.py
eberhenriquez94's picture
A
4d619bd verified
raw
history blame
94 Bytes
import gradio as gr
from app import interfaz
if __name__ == "__main__":
interfaz.launch()