Spaces:
Running
on
Zero
Running
on
Zero
Update feifeiui/feifeiui.py
Browse files- feifeiui/feifeiui.py +1 -10
feifeiui/feifeiui.py
CHANGED
@@ -156,16 +156,7 @@ def create_ui():
|
|
156 |
],
|
157 |
outputs=[result],
|
158 |
)
|
159 |
-
|
160 |
-
fn=feifeifluxapi, # Function to run for this button
|
161 |
-
inputs=[
|
162 |
-
flux_prompt,
|
163 |
-
flux_height,
|
164 |
-
flux_width,
|
165 |
-
flux_guidancescale
|
166 |
-
],
|
167 |
-
outputs=[flux_result],
|
168 |
-
)
|
169 |
florence_btn.click(
|
170 |
fn=feifeiflorence, # Function to run when the button is clicked
|
171 |
inputs=[input_img], # Input components for the function
|
|
|
156 |
],
|
157 |
outputs=[result],
|
158 |
)
|
159 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
florence_btn.click(
|
161 |
fn=feifeiflorence, # Function to run when the button is clicked
|
162 |
inputs=[input_img], # Input components for the function
|