Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|