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