Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ def CustomChatGPT(query):
|
|
20 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
21 |
return ChatGPT_reply
|
22 |
|
23 |
-
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "
|
24 |
|
25 |
demo.launch()
|
|
|
20 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
21 |
return ChatGPT_reply
|
22 |
|
23 |
+
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Multilingual Chat assistant")
|
24 |
|
25 |
demo.launch()
|