修复
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
| 40 |
image_button = gr.Button("翻转")
|
| 41 |
|
| 42 |
with gr.Accordion("备注"):
|
| 43 |
-
gr.Markdown("DEMO基于
|
| 44 |
|
| 45 |
text_button.click(extract_qa, inputs=text_input, outputs=text_output)
|
| 46 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
|
|
|
| 40 |
image_button = gr.Button("翻转")
|
| 41 |
|
| 42 |
with gr.Accordion("备注"):
|
| 43 |
+
gr.Markdown("DEMO基于算法组自研大语言模型")
|
| 44 |
|
| 45 |
text_button.click(extract_qa, inputs=text_input, outputs=text_output)
|
| 46 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|