gokaygokay commited on
Commit
985f78e
1 Parent(s): a9c015a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import torch
5
  from huggingface_hub import snapshot_download
6
  from txt2panoimg import Text2360PanoramaImagePipeline
7
  from PIL import Image
 
8
 
9
  # Download the model
10
  model_path = snapshot_download("archerfmy0831/sd-t2i-360panoimage")
 
5
  from huggingface_hub import snapshot_download
6
  from txt2panoimg import Text2360PanoramaImagePipeline
7
  from PIL import Image
8
+ import time
9
 
10
  # Download the model
11
  model_path = snapshot_download("archerfmy0831/sd-t2i-360panoimage")