Spaces:
Runtime error
Runtime error
File size: 194 Bytes
f99ad65 |
1 2 3 4 5 6 7 8 9 10 11 |
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from src.main.gradio import launch_ui
# J.A.R.V.I.S.
if __name__ == "__main__":
launch_ui()
|