beowcow commited on
Commit
1831463
·
verified ·
1 Parent(s): 8f86798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,4 +367,4 @@ with gr.Blocks(title="SkyReels A1 Talking Head") as app:
367
  """)
368
 
369
  if __name__ == "__main__":
370
- app.launch(share=True)
 
367
  """)
368
 
369
  if __name__ == "__main__":
370
+ app.launch(share=True, server_port=7861)