Fabrice-TIERCELIN
commited on
Fix release
Browse files
app.py
CHANGED
@@ -1,37 +1,3 @@
|
|
1 |
-
|
2 |
-
Hugging Face's logo Hugging Face
|
3 |
-
|
4 |
-
Models
|
5 |
-
Datasets
|
6 |
-
Spaces
|
7 |
-
Posts
|
8 |
-
Docs
|
9 |
-
Pricing
|
10 |
-
|
11 |
-
Spaces:
|
12 |
-
Fabrice-TIERCELIN
|
13 |
-
/
|
14 |
-
Instruct-Pix2Pix-dev
|
15 |
-
private
|
16 |
-
App
|
17 |
-
Files
|
18 |
-
Community
|
19 |
-
Settings
|
20 |
-
Instruct-Pix2Pix-dev
|
21 |
-
/ app.py
|
22 |
-
Fabrice-TIERCELIN's picture
|
23 |
-
Fabrice-TIERCELIN
|
24 |
-
No image writing
|
25 |
-
4f262b3
|
26 |
-
verified
|
27 |
-
about 1 hour ago
|
28 |
-
raw
|
29 |
-
history
|
30 |
-
blame
|
31 |
-
edit
|
32 |
-
delete
|
33 |
-
No virus
|
34 |
-
10.8 kB
|
35 |
from diffusers import (
|
36 |
ControlNetModel,
|
37 |
DiffusionPipeline,
|
@@ -312,4 +278,4 @@ with gr.Blocks() as interface:
|
|
312 |
cache_examples = False,
|
313 |
)
|
314 |
|
315 |
-
interface.queue().launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from diffusers import (
|
2 |
ControlNetModel,
|
3 |
DiffusionPipeline,
|
|
|
278 |
cache_examples = False,
|
279 |
)
|
280 |
|
281 |
+
interface.queue().launch()
|