Update suno_app.py
Browse files- suno_app.py +1 -1
suno_app.py
CHANGED
|
@@ -624,5 +624,5 @@ if __name__ == "__main__":
|
|
| 624 |
demo.launch(
|
| 625 |
share=True,
|
| 626 |
server_name="0.0.0.0",
|
| 627 |
-
server_port=
|
| 628 |
)
|
|
|
|
| 624 |
demo.launch(
|
| 625 |
share=True,
|
| 626 |
server_name="0.0.0.0",
|
| 627 |
+
server_port=7860 # 使用不同的端口
|
| 628 |
)
|