Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asiaao
/
try
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asiaao
commited on
Dec 6, 2024
Commit
16d3622
·
verified
·
1 Parent(s):
10c0f96
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -39,5 +39,4 @@ with gr.Blocks() as app:
39
40
# Launch the app
41
if __name__ == "__main__":
42
-
app.launch()
43
-
39
40
# Launch the app
41
if __name__ == "__main__":
42
+
app.launch(
server_port=7861
)