Spaces:
Sleeping
Sleeping
Commit
·
231a44f
1
Parent(s):
15b04ed
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
|
|
3 |
import torch
|
4 |
from torch import autocast
|
5 |
from diffusers import StableDiffusionPipeline, DDIMScheduler
|
6 |
-
from IPython.display import display
|
7 |
|
8 |
model_path = "slymnyldrm/dreambooth_usecase_weights"
|
9 |
|
|
|
3 |
import torch
|
4 |
from torch import autocast
|
5 |
from diffusers import StableDiffusionPipeline, DDIMScheduler
|
|
|
6 |
|
7 |
model_path = "slymnyldrm/dreambooth_usecase_weights"
|
8 |
|