cadige commited on
Commit
1daf647
1 Parent(s): 91bbc7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -40
app.py CHANGED
@@ -1,42 +1,3 @@
1
- Hugging Face's logo
2
- Hugging Face
3
- Search models, datasets, users...
4
- Models
5
- Datasets
6
- Spaces
7
- Docs
8
- Solutions
9
- Pricing
10
-
11
-
12
-
13
- Spaces:
14
-
15
- AIZ2H
16
- /
17
- 02-Gradio-Art-From-Text-And-Images Copied
18
- like
19
- 1
20
- See logs
21
- App
22
- Files and versions
23
- Community
24
- Settings
25
- 02-Gradio-Art-From-Text-And-Images
26
- /
27
- app.py
28
- awacke1's picture
29
- awacke1
30
- Create new file
31
- abb46ec
32
- about 19 hours ago
33
- raw
34
- history
35
- blame
36
- edit
37
- delete
38
- Safe
39
- 8.72 kB
40
  import os
41
 
42
  os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
@@ -260,4 +221,4 @@ iface = gr.Interface(fn=gen_ims,
260
  article = 'Model used is: [model card](https://huggingface.co/huggan/distill-ccld-wa)..'
261
 
262
  )
263
- iface.launch(enable_queue=True) # , debug=True for colab debugging
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import os
2
 
3
  os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
 
221
  article = 'Model used is: [model card](https://huggingface.co/huggan/distill-ccld-wa)..'
222
 
223
  )
224
+ iface.launch(enable_queue=True) # , debug=True for colab debugging