Skip to content

Commit 0a91bda

Browse files
authored
change port to 7860 (#1436)
1 parent 86df4cb commit 0a91bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/spaces-sdks-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Spaces now support arbitrary Dockerfiles so you can host any Python app directly
66

77
</Tip>
88

9-
While not an official workflow, you are able to run your own Python + interface stack in Spaces by selecting Gradio as your SDK and serving a frontend on port `7680`. See the [templates](https://huggingface.co/templates#spaces) for examples.
9+
While not an official workflow, you are able to run your own Python + interface stack in Spaces by selecting Gradio as your SDK and serving a frontend on port `7860`. See the [templates](https://huggingface.co/templates#spaces) for examples.
1010

1111
Spaces are served in iframes, which by default restrict links from opening in the parent page. The simplest solution is to open them in a new window:
1212

0 commit comments

Comments
 (0)