BounharAbdelaziz's picture
app file
13be506
raw
history blame contribute delete
168 Bytes
from utils import create_interface
if __name__ == "__main__":
# Create the Gradio interface
app = create_interface()
# Launch the app
app.launch()