serJD commited on
Commit
acc4968
·
verified ·
1 Parent(s): 5cc0c8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 main_ori(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.
 
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.