Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1077,7 +1077,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
|
1077 |
file_4_strength,
|
1078 |
file_5_strength,
|
1079 |
samples,
|
1080 |
-
prompts_array, # Pass prompts_array to the generate function
|
1081 |
],
|
1082 |
outputs=[result],
|
1083 |
)
|
@@ -1110,7 +1110,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
|
1110 |
file_4_strength,
|
1111 |
file_5_strength,
|
1112 |
samples,
|
1113 |
-
prompts_array, # Pass prompts_array to the generate function
|
1114 |
],
|
1115 |
outputs=[result],
|
1116 |
)
|
@@ -1143,7 +1143,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
|
1143 |
file_4_strength,
|
1144 |
file_5_strength,
|
1145 |
samples,
|
1146 |
-
prompts_array, # Pass prompts_array to the generate function
|
1147 |
],
|
1148 |
outputs=[result],
|
1149 |
)
|
|
|
1077 |
file_4_strength,
|
1078 |
file_5_strength,
|
1079 |
samples,
|
1080 |
+
*prompts_array, # Pass prompts_array to the generate function
|
1081 |
],
|
1082 |
outputs=[result],
|
1083 |
)
|
|
|
1110 |
file_4_strength,
|
1111 |
file_5_strength,
|
1112 |
samples,
|
1113 |
+
*prompts_array, # Pass prompts_array to the generate function
|
1114 |
],
|
1115 |
outputs=[result],
|
1116 |
)
|
|
|
1143 |
file_4_strength,
|
1144 |
file_5_strength,
|
1145 |
samples,
|
1146 |
+
*prompts_array, # Pass prompts_array to the generate function
|
1147 |
],
|
1148 |
outputs=[result],
|
1149 |
)
|