Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asthaa30
/
Maritme-Legal-Assistant
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asthaa30
commited on
Jul 31, 2024
Commit
11ba530
·
verified
·
1 Parent(s):
aa8b9f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ demo = gr.ChatInterface(
89
)
90
91
if __name__ == "__main__":
92
-
demo.launch(share=
True
)
89
)
90
91
if __name__ == "__main__":
92
+
demo.launch(share=
False
)
# Set share to False or remove it