Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
63dbff2
1
Parent(s):
5216c52
Calling the 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=ai_gen_image,
|
378 |
inputs=[
|
379 |
input_image,
|
380 |
prompt
|