Shuu12121 commited on
Commit
4746a63
·
verified ·
1 Parent(s): a56c322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
10
  print(f"Using device: {device}") # デバイス確認用ログ
11
 
12
- model_name = "Shuu12121/CodeEncoderDecodeerModel-Ghost"
13
  print(f"Loading model: {model_name}") # モデル読み込み開始ログ
14
 
15
  # --- Tokenizerの読み込み ---
 
9
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
10
  print(f"Using device: {device}") # デバイス確認用ログ
11
 
12
+ model_name = "Shuu12121/CodeEncoderDecoderModel-Ghost"
13
  print(f"Loading model: {model_name}") # モデル読み込み開始ログ
14
 
15
  # --- Tokenizerの読み込み ---