Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StevenChen16
/
AI-Lawyer
like
8
Runtime error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
StevenChen16
commited on
May 24, 2024
Commit
d7c1a74
·
verified
·
1 Parent(s):
cba7e97
share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -94,4 +94,4 @@ with gr.Blocks(css=css) as demo:
94
gr.Markdown(LICENSE)
95
96
if __name__ == "__main__":
97
-
demo.launch()
94
gr.Markdown(LICENSE)
95
96
if __name__ == "__main__":
97
+
demo.launch(
share=True
)