Spaces:
Runtime error
Runtime error
Commit
Β·
4a0e4fc
1
Parent(s):
c27fd93
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,6 @@ from torchvision import transforms
|
|
5 |
|
6 |
from diffusers import StableDiffusionImageVariationPipeline
|
7 |
|
8 |
-
|
9 |
-
# Define your `CLIPTextConfig` and `GradioInterface` here
|
10 |
-
|
11 |
-
gr.Interface(inputs = gr.inputs.Image output = gr.outputs.Gallery)
|
12 |
gr.launch( share=True)
|
13 |
|
14 |
def main(
|
|
|
5 |
|
6 |
from diffusers import StableDiffusionImageVariationPipeline
|
7 |
|
|
|
|
|
|
|
|
|
8 |
gr.launch( share=True)
|
9 |
|
10 |
def main(
|