Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DocSA
/
NPA_Analysis_Assistant
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DocUA
commited on
Dec 8, 2024
Commit
c045dcf
·
1 Parent(s):
8e91039
Add app
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
from src.interface import create_interface
2
+
3
+
iface = create_interface()
4
+
5
+
if __name__ == "__main__":
6
+
iface.launch()