Update app.py
Browse files
app.py
CHANGED
@@ -45,12 +45,7 @@ with gr.Blocks(
|
|
45 |
caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
|
46 |
|
47 |
|
48 |
-
|
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,
|