xxx1 commited on
Commit
5e71177
·
1 Parent(s): 9ec3640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -45,12 +45,7 @@ with gr.Blocks(
45
  caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
46
 
47
 
48
- image_input.change(
49
- lambda: ( [],""),
50
- [],
51
- [ state,caption_output_v1],
52
- queue=False,
53
- )
54
 
55
  submit_button.click(
56
  get_chatgpt,
 
45
  caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
46
 
47
 
48
+
 
 
 
 
 
49
 
50
  submit_button.click(
51
  get_chatgpt,