ALIMHGFY commited on
Commit
ebccf86
·
verified ·
1 Parent(s): a7a6db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +45 -1
app.py CHANGED
@@ -1,3 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  import numpy as np
3
 
@@ -144,4 +188,4 @@ with image_blocks as demo:
144
  """
145
  )
146
 
147
- image_blocks.queue(max_size=25,api_open=False).launch(show_api=False)
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Models
4
+ Datasets
5
+ Spaces
6
+ Posts
7
+ Docs
8
+ Enterprise
9
+ Pricing
10
+
11
+
12
+
13
+ Spaces:
14
+
15
+
16
+ briaai
17
+ /
18
+ BRIA-Eraser-API
19
+
20
+
21
+ like
22
+ 50
23
+ App
24
+ Files
25
+ Community
26
+ BRIA-Eraser-API
27
+ /
28
+ app.py
29
+
30
+ MishaF's picture
31
+ MishaF
32
+ Update app.py
33
+ 82f14e3
34
+ verified
35
+ 2 months ago
36
+ raw
37
+
38
+ Copy download link
39
+ history
40
+ blame
41
+ contribute
42
+ delete
43
+
44
+ 6.72 kB
45
  import gradio as gr
46
  import numpy as np
47
 
 
188
  """
189
  )
190
 
191
+ image_blocks.queue(max_size=25,api_open=False).launch(show_api=False)