KingNish commited on
Commit
6bfcd1c
1 Parent(s): 9c23c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def fn(vid, fps=12, color="#00FF00"):
62
 
63
  yield gr.update(visible=False), gr.update(visible=True)
64
  # Return the path to the temporary file
65
- yield None, temp_filepath
66
 
67
 
68
  def process(image, color_hex):
 
62
 
63
  yield gr.update(visible=False), gr.update(visible=True)
64
  # Return the path to the temporary file
65
+ yield processed_image, temp_filepath
66
 
67
 
68
  def process(image, color_hex):