Spaces:
Runtime error
Runtime error
Garrett Goon
commited on
Commit
·
7fc6325
1
Parent(s):
384ec64
simplifying
Browse files- app.py +0 -2
- requirements.txt +0 -1
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
-
from diffusers import StableDiffusionPipeline
|
4 |
-
from torchvision.transforms.functional import to_pil_image
|
5 |
|
6 |
# pipeline = StableDiffusionPipeline.from_pretrained(
|
7 |
# pretrained_model_name_or_path="weights", torch_dtype=torch.float16
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
|
|
|
|
3 |
|
4 |
# pipeline = StableDiffusionPipeline.from_pretrained(
|
5 |
# pretrained_model_name_or_path="weights", torch_dtype=torch.float16
|
requirements.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
transformers
|
2 |
torch
|
|
|
|
|
1 |
torch
|