innoai commited on
Commit
f35c431
·
verified ·
1 Parent(s): c0b7dc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ async def create_demo():
117
  # 运行应用
118
  if __name__ == "__main__":
119
  demo = asyncio.run(create_demo())
120
- demo.launch(server_port=19856)
 
117
  # 运行应用
118
  if __name__ == "__main__":
119
  demo = asyncio.run(create_demo())
120
+ demo.launch()