Update emmessage.py
Browse files- emmessage.py +1 -1
emmessage.py
CHANGED
|
@@ -66,6 +66,6 @@ iface = gr.Interface(
|
|
| 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()
|
| 71 |
|
|
|
|
| 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()
|
| 71 |
|