add
Browse files- App_main.py +1 -1
App_main.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
|
6 |
os.system('nvidia-smi')
|
7 |
os.system('ls /usr/local')
|
8 |
-
|
9 |
import torch
|
10 |
from torchvision import transforms
|
11 |
from torchvision.transforms import InterpolationMode
|
|
|
5 |
|
6 |
os.system('nvidia-smi')
|
7 |
os.system('ls /usr/local')
|
8 |
+
os.system('pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu116')
|
9 |
import torch
|
10 |
from torchvision import transforms
|
11 |
from torchvision.transforms import InterpolationMode
|