Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(
|
|
42 |
)
|
43 |
|
44 |
with gr.Column():
|
45 |
-
caption_output_v1 = gr.Textbox(lines=0, label="
|
46 |
|
47 |
|
48 |
|
@@ -52,7 +52,7 @@ with gr.Blocks(
|
|
52 |
[
|
53 |
chat_input,
|
54 |
],
|
55 |
-
[
|
56 |
)
|
57 |
|
58 |
examples=[["毛主席是什么时候出生的?"]]
|
|
|
42 |
)
|
43 |
|
44 |
with gr.Column():
|
45 |
+
caption_output_v1 = gr.Textbox(lines=0, label="答案")
|
46 |
|
47 |
|
48 |
|
|
|
52 |
[
|
53 |
chat_input,
|
54 |
],
|
55 |
+
[caption_output_v1],
|
56 |
)
|
57 |
|
58 |
examples=[["毛主席是什么时候出生的?"]]
|