Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,5 +132,5 @@ demo = gr.ChatInterface(
|
|
132 |
fn=process_final,
|
133 |
title="METROPOLE CHATBOT",
|
134 |
description=description,
|
135 |
-
)
|
136 |
demo.launch(share=True, debug =True)
|
|
|
132 |
fn=process_final,
|
133 |
title="METROPOLE CHATBOT",
|
134 |
description=description,
|
135 |
+
)
|
136 |
demo.launch(share=True, debug =True)
|