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