Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
polygraf-ai
/
copyright_checker
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aliasgerovs
commited on
Feb 14, 2024
Commit
7aa72dc
·
1 Parent(s):
bc71bd6
Updated port
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -557,5 +557,4 @@ with gr.Blocks() as demo:
557
558
date_from = ""
559
date_to = ""
560
-
561
-
demo.launch()
557
558
date_from = ""
559
date_to = ""
560
+
demo.launch(share=True, server_name="0.0.0.0", server_port=80)