subhuatharva commited on
Commit
c28bf1c
·
verified ·
1 Parent(s): a90d2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ import subprocess
15
 
16
  import gradio as gr
17
  from huggingface_hub import hf_hub_download
 
18
  from datasets import load_dataset
19
  import torch
20
  import torchvision.transforms as T
 
15
 
16
  import gradio as gr
17
  from huggingface_hub import hf_hub_download
18
+ from safetensors.torch import load_model
19
  from datasets import load_dataset
20
  import torch
21
  import torchvision.transforms as T