Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,9 @@ print("モデルの読み込みが完了しました〜。")
|
|
24 |
|
25 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
26 |
# True
|
|
|
27 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
|
28 |
# Tesla T4
|
29 |
|
30 |
def respond(
|
|
|
24 |
|
25 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
26 |
# True
|
27 |
+
print("あ")
|
28 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
29 |
+
print("い")
|
30 |
# Tesla T4
|
31 |
|
32 |
def respond(
|