aifeifei798 commited on
Commit
1fdf22d
·
verified ·
1 Parent(s): e2610e5

Update feifeiui/feifeiui.py

Browse files
Files changed (1) hide show
  1. feifeiui/feifeiui.py +1 -10
feifeiui/feifeiui.py CHANGED
@@ -156,16 +156,7 @@ def create_ui():
156
  ],
157
  outputs=[result],
158
  )
159
- flux_button.click(
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