Keisuke Yamanaka - CNC commited on
Commit ·
374c014
1
Parent(s): e48d15f
update app.py
Browse files
app.py
CHANGED
|
@@ -180,6 +180,6 @@ if __name__ == "__main__":
|
|
| 180 |
|
| 181 |
meldas = CNC_QA()
|
| 182 |
|
| 183 |
-
demo = gr.ChatInterface(fn=meldas.echo, examples=["Who are you?"
|
| 184 |
#demo = gr.Interface(fn=chat_func)
|
| 185 |
-
demo.launch(debug=True
|
|
|
|
| 180 |
|
| 181 |
meldas = CNC_QA()
|
| 182 |
|
| 183 |
+
demo = gr.ChatInterface(fn=meldas.echo, examples=["Who are you?"], title="MELDAS AI")
|
| 184 |
#demo = gr.Interface(fn=chat_func)
|
| 185 |
+
demo.launch(debug=True)
|