Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,5 +47,6 @@ demo = gr.ChatInterface(
|
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
title="Hello! I'm a AI Chatbot by Exnrt.π How can I help you today?",
|
|
|
50 |
|
51 |
demo.queue().launch(show_api=False)
|
|
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
title="Hello! I'm a AI Chatbot by Exnrt.π How can I help you today?",
|
50 |
+
)
|
51 |
|
52 |
demo.queue().launch(show_api=False)
|