Spaces:
Runtime error
Runtime error
Commit
·
3e1e198
1
Parent(s):
ab52266
Add app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
# %% [markdown]
|
| 6 |
# ## 1. Install Requirements
|
| 7 |
-
|
| 8 |
import torch
|
| 9 |
from diffusers import StableDiffusionPipeline
|
| 10 |
from huggingface_hub import snapshot_download
|
|
|
|
| 4 |
|
| 5 |
# %% [markdown]
|
| 6 |
# ## 1. Install Requirements
|
| 7 |
+
pip install torch
|
| 8 |
import torch
|
| 9 |
from diffusers import StableDiffusionPipeline
|
| 10 |
from huggingface_hub import snapshot_download
|