Spaces:
Runtime error
Runtime error
Commit
·
c2e72a9
1
Parent(s):
a447018
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=
|
19 |
iface.launch()
|
|
|
15 |
messages.append({"role": "assistant", "content": ChatGPT_reply})
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
+
iface = gr.Interface(fn=GPTBhai, inputs = "text", outputs = "text", title = "bhAI")
|
19 |
iface.launch()
|