Spaces:
Sleeping
Sleeping
Commit
·
ad895a9
1
Parent(s):
7034732
Add more handling for input file path
Browse files
app.py
CHANGED
|
@@ -618,7 +618,7 @@ def create_ui():
|
|
| 618 |
run_button.click(
|
| 619 |
fn=generate_image,
|
| 620 |
inputs=[
|
| 621 |
-
|
| 622 |
# ai_image,
|
| 623 |
prompt
|
| 624 |
],
|
|
|
|
| 618 |
run_button.click(
|
| 619 |
fn=generate_image,
|
| 620 |
inputs=[
|
| 621 |
+
input_image_path,
|
| 622 |
# ai_image,
|
| 623 |
prompt
|
| 624 |
],
|