Update emmessage.py
Browse files- emmessage.py +1 -1
emmessage.py
CHANGED
|
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
| 64 |
inputs=[gr.Textbox(label="Describe the warning here", lines=4)],
|
| 65 |
outputs=[gr.Textbox(label="Suggested Message", lines=4)],
|
| 66 |
allow_flagging="never",
|
| 67 |
-
title="WEA Emergency Message Assistant
|
| 68 |
description="Hello. I'm Emmy your emergency messaging bot. Please describe the message you would like me to generate.",
|
| 69 |
article="All input and output will be saved for research purposes.").launch()
|
| 70 |
iface.launch()
|
|
|
|
| 64 |
inputs=[gr.Textbox(label="Describe the warning here", lines=4)],
|
| 65 |
outputs=[gr.Textbox(label="Suggested Message", lines=4)],
|
| 66 |
allow_flagging="never",
|
| 67 |
+
title="WEA Emergency Message Assistant",
|
| 68 |
description="Hello. I'm Emmy your emergency messaging bot. Please describe the message you would like me to generate.",
|
| 69 |
article="All input and output will be saved for research purposes.").launch()
|
| 70 |
iface.launch()
|