amirgame197 commited on
Commit
baa4127
·
verified ·
1 Parent(s): ad0d9c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from transparent_background import Remover
13
 
14
  @spaces.GPU()
15
  def doo(video, color, mode, progress=gr.Progress()):
 
16
  color = color.lstrip('#')
17
  rgb = tuple(int(color[i:i+2], 16) for i in (0, 2, 4))
18
  color = str(list(rgb))
 
13
 
14
  @spaces.GPU()
15
  def doo(video, color, mode, progress=gr.Progress()):
16
+ print(color)
17
  color = color.lstrip('#')
18
  rgb = tuple(int(color[i:i+2], 16) for i in (0, 2, 4))
19
  color = str(list(rgb))