Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StevenChen16
/
AI-Lawyer
like
6
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
StevenChen16
commited on
May 30, 2024
Commit
065d368
·
verified
·
1 Parent(s):
d5aaf43
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -110,4 +110,4 @@ with gr.Blocks(css=css) as demo:
110
gr.Markdown(LICENSE)
111
112
if __name__ == "__main__":
113
-
demo.launch(
share=True
)
110
gr.Markdown(LICENSE)
111
112
if __name__ == "__main__":
113
+
demo.launch()