Spaces:
Running
Running
Update app.py
Browse files
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
|
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):
|