soiz1 commited on
Commit
1398bd5
·
verified ·
1 Parent(s): 41089ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -686,6 +686,7 @@ def update_reference(evt: gr.SelectData):
686
  print(f"選択された画像: {selected_image}, 対応するMP3: {mp3_path}")
687
  return mp3_path
688
  print("対応するMP3が見つかりませんでした。")
 
689
  return ""
690
 
691
  if __name__ == "__main__":
 
686
  print(f"選択された画像: {selected_image}, 対応するMP3: {mp3_path}")
687
  return mp3_path
688
  print("対応するMP3が見つかりませんでした。")
689
+ print(f"選択された画像: {selected_image}")
690
  return ""
691
 
692
  if __name__ == "__main__":