LLMhacker commited on
Commit
4328675
·
verified ·
1 Parent(s): 119fd7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -226,11 +226,6 @@ with gr.Blocks() as demo:
226
  inputs=prompt_input,
227
  )
228
 
229
- understanding_button.click(
230
- multimodal_understanding,
231
- inputs=[image_input, question_input, und_seed_input, top_p, temperature],
232
- outputs=understanding_output
233
- )
234
 
235
  generation_button.click(
236
  fn=generate_image,
 
226
  inputs=prompt_input,
227
  )
228
 
 
 
 
 
 
229
 
230
  generation_button.click(
231
  fn=generate_image,