Sakalti commited on
Commit
2eec75b
1 Parent(s): 428a404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,4 +51,5 @@ iface = gr.Interface(
51
  description="指定したHugging FaceのモデルリポジトリをONNX形式に変換し、デプロイします。"
52
  )
53
 
54
- iface.launch(server_port=90) # 使用中のポートを避けて指定
 
 
51
  description="指定したHugging FaceのモデルリポジトリをONNX形式に変換し、デプロイします。"
52
  )
53
 
54
+ # 使用するポート番号を指定してインターフェースを起動
55
+ iface.launch(server_port=7865) # 7865ポートを指定