Alic-Li commited on
Commit
971710e
·
verified ·
1 Parent(s): e5effac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,4 +197,4 @@ with gr.Blocks(title="WORLD RWKV", theme=gr.themes.Soft()) as demo:
197
 
198
  # 启动应用
199
  if __name__ == "__main__":
200
- demo.launch(server_name="127.0.0.1", server_port=7860)
 
197
 
198
  # 启动应用
199
  if __name__ == "__main__":
200
+ demo.launch()