OdinStef commited on
Commit
e560a6e
·
1 Parent(s): 192b687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- user_input = gr.Textbox(label="User name for logging", value="user_input")
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()