Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emanuel
/
porttagger
like
4
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Emanuel
commited on
Nov 29, 2022
Commit
d03306e
·
1 Parent(s):
b149299
Update app.py
Browse files
Removed server_port parameter
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -165,4 +165,4 @@ with gr.Blocks(css=css) as demo:
165
gr.HTML(bottom_html)
166
167
168
-
demo.launch(debug=True
, server_port=15000
)
165
gr.HTML(bottom_html)
166
167
168
+
demo.launch(debug=True)