Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hadadrjt
/
ai
like
74
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f99ad65
ai
/
app.py
hadadrjt
ai: Restructured repo for production.
f99ad65
30 days ago
raw
Copy download link
history
blame
Safe
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()