Spaces:
Runtime error
Runtime error
Update AI_Chat_bot.py
Browse files- AI_Chat_bot.py +1 -1
AI_Chat_bot.py
CHANGED
@@ -15,6 +15,6 @@ def CustomChatGPT(user_input):
|
|
15 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
-
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "AI Chat Bot for Legal Assistance")
|
19 |
|
20 |
demo.launch(share=True)
|
|
|
15 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
+
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "AI Chat Bot for Legal Assistance\n This is Free version and if it doesnt work kindly contact at Email ID contact2abhaygupta@gmail.com")
|
19 |
|
20 |
demo.launch(share=True)
|