Artvik commited on
Commit
daf0899
1 Parent(s): f232e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -39
app.py CHANGED
@@ -1,41 +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
- stabilityai
16
- /
17
- stable-diffusion Copied
18
- like
19
- 1.75k
20
- App
21
- Files and versions
22
- Community
23
- 204
24
- stable-diffusion
25
- /
26
- app.py
27
- apolinario's picture
28
- apolinario
29
- Add performance upgrades
30
- 90ca23c
31
- 1 day ago
32
- raw
33
- history
34
- blame
35
- contribute
36
- delete
37
- Safe
38
- 12.5 kB
39
  import gradio as gr
40
 
41
  import torch
@@ -337,4 +299,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
337
  """
338
  )
339
 
340
- block.queue(max_size=25).launch()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
  import torch
 
299
  """
300
  )
301
 
302
+ block.queue(max_size=25).launch()