ai / app.py
hadadrjt's picture
ai: Restructured repo for production.
f99ad65
raw
history blame contribute delete
194 Bytes
#
# SPDX-FileCopyrightText: Hadad <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
from src.main.gradio import launch_ui
# J.A.R.V.I.S.
if __name__ == "__main__":
launch_ui()