Sakalti commited on
Commit
7f83868
·
verified ·
1 Parent(s): f230f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ iface = gr.Interface(
51
  description="指定したHugging FaceのモデルリポジトリをONNX形式に変換し、デプロイします。"
52
  )
53
 
54
- iface.launch(server_port=49394) # 使用中のポートを避けて指定
 
51
  description="指定したHugging FaceのモデルリポジトリをONNX形式に変換し、デプロイします。"
52
  )
53
 
54
+ iface.launch(server_port=7863) # 使用中のポートを避けて指定