Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zayed024
/
AI-driven-research-engine-for-commercial-courts
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zayed024
commited on
Sep 7, 2024
Commit
85c9be6
·
verified
·
1 Parent(s):
cfc5da5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -132,7 +132,7 @@ def chunk_long_sentence(sentence):
132
)
133
134
# Launch the interface
135
-
if __name__=="__main__":
136
137
138
-
iface.launch(share=True)
132
)
133
134
# Launch the interface
135
+
136
137
138
+
iface.launch(share=True)