Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def main_ori(image, text):
|
|
28 |
# Forward the input image to both image outputs.
|
29 |
return image, image, result_text
|
30 |
|
31 |
-
def
|
32 |
# Example condition: if the text (after stripping whitespace) equals "a" (case-insensitive), call workflow_a.
|
33 |
|
34 |
# Forward the input image to both image outputs.
|
|
|
28 |
# Forward the input image to both image outputs.
|
29 |
return image, image, result_text
|
30 |
|
31 |
+
def main(text):
|
32 |
# Example condition: if the text (after stripping whitespace) equals "a" (case-insensitive), call workflow_a.
|
33 |
|
34 |
# Forward the input image to both image outputs.
|