srijaydeshpande commited on
Commit
1ae7ce1
·
verified ·
1 Parent(s): e7d62a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import torchvision.transforms as T
8
  import gradio as gr
9
  import matplotlib.pyplot as plt
10
  import tempfile
 
11
 
12
  from huggingface_hub import snapshot_download
13
 
 
8
  import gradio as gr
9
  import matplotlib.pyplot as plt
10
  import tempfile
11
+ import os
12
 
13
  from huggingface_hub import snapshot_download
14