broadfield-dev commited on
Commit
1084fb5
·
verified ·
1 Parent(s): fbf66ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def download_coz_support_models():
62
  download_coz_support_models()
63
 
64
  # --- Main Inference Function ---
65
- def run_chain_of_zoom,input_image: Image.Image, magnification: int, caption: str, seed: int):
66
  if input_image is None:
67
  raise gr.Error("Please upload an image.")
68
 
 
62
  download_coz_support_models()
63
 
64
  # --- Main Inference Function ---
65
+ def run_chain_of_zoom(input_image: Image.Image, magnification: int, caption: str, seed: int):
66
  if input_image is None:
67
  raise gr.Error("Please upload an image.")
68