xxx1 commited on
Commit
f500c46
•
1 Parent(s): 5e71177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="CAP+LLM")
46
 
47
 
48
 
@@ -52,7 +52,7 @@ with gr.Blocks(
52
  [
53
  chat_input,
54
  ],
55
- [caption_output,gpt3_output_v1,caption_output_v1],
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=[["毛主席是什么时候出生的?"]]