Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,5 @@ def CustomChatGPT(user_input):
|
|
15 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
-
iface = gr.Interface(fn=CustomChatGPT, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"), inputs = "text", outputs = "text", title = "VM8Chat - Chat Bot
|
19 |
iface.launch()
|
|
|
15 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
+
iface = gr.Interface(fn=CustomChatGPT, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"), inputs = "text", outputs = "text", title = "VM8Chat - Chat Bot")
|
19 |
iface.launch()
|