innoai commited on
Commit
7dd90a6
·
verified ·
1 Parent(s): 930b9bc

Update app.py

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