reagvis commited on
Commit
0310625
·
verified ·
1 Parent(s): 4a7f9b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  import gradio as gr
3
  import tempfile
4
  import sys
 
5
  from PIL import Image
6
  from huggingface_hub import snapshot_download
7
  from huggingface_hub.utils import RepositoryNotFoundError, HfHubHTTPError
 
2
  import gradio as gr
3
  import tempfile
4
  import sys
5
+ import torch
6
  from PIL import Image
7
  from huggingface_hub import snapshot_download
8
  from huggingface_hub.utils import RepositoryNotFoundError, HfHubHTTPError