Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ def CustomChatGPT(user_input):
|
|
18 |
return ChatGPT_reply
|
19 |
|
20 |
demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "I am Stephane AI and my name is Cameron")
|
21 |
-
|
22 |
demo.launch()
|
|
|
18 |
return ChatGPT_reply
|
19 |
|
20 |
demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "I am Stephane AI and my name is Cameron")
|
21 |
+
|
22 |
demo.launch()
|