Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meet244
/
Legal-Up_Lawyer_Recommendation_System
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
meet244
commited on
Nov 2, 2023
Commit
8f501b1
·
1 Parent(s):
b353e43
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,4 @@ def build_gui():
97
gr.HTML(article)
98
return demo
99
100
-
build_gui().launch(
enable_queue=True
)
97
gr.HTML(article)
98
return demo
99
100
+
build_gui().launch()