Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1fc77ce
1
Parent(s):
63dbff2
Calling the actual correct module
Browse files
app.py
CHANGED
|
@@ -374,7 +374,7 @@ def create_ui():
|
|
| 374 |
|
| 375 |
# Run button
|
| 376 |
run_button.click(
|
| 377 |
-
fn=
|
| 378 |
inputs=[
|
| 379 |
input_image,
|
| 380 |
prompt
|
|
|
|
| 374 |
|
| 375 |
# Run button
|
| 376 |
run_button.click(
|
| 377 |
+
fn=generate_image,
|
| 378 |
inputs=[
|
| 379 |
input_image,
|
| 380 |
prompt
|