Commit ·
b797cfd
1
Parent(s): 1c579df
Update flip.py
Browse files
flip.py
CHANGED
|
@@ -83,8 +83,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 83 |
|
| 84 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 85 |
|
| 86 |
-
with gr.Accordion("
|
| 87 |
-
gr.Markdown("Look at me...")
|
| 88 |
|
| 89 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 90 |
#image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
|
|
|
| 83 |
|
| 84 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 85 |
|
| 86 |
+
with gr.Accordion("本产品只提供分诊辅助,一切以医生诊断为主。"):
|
| 87 |
+
#gr.Markdown("Look at me...")
|
| 88 |
|
| 89 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 90 |
#image_button.click(flip_image, inputs=image_input, outputs=image_output)
|