Xhaheen commited on
Commit
7077627
β€’
1 Parent(s): 8411cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ def chat_hf(text,session_tokenz):
46
  import gradio as gr
47
  gr.Interface(
48
  chat_hf,
49
- [gr.Textbox(label = ' Input custom for ChatGPT'),
50
- gr.Textbox(label = ' If it fails enter cusom session ')],
51
  outputs = gr.outputs.Textbox(type="text",label="chatGPT response")
52
  , title = "" +' ChatGpt πŸ€–πŸ’¬πŸ’» on πŸ€— huggingface. '+ "",
53
  description="ChatGPT πŸ€–πŸ’¬πŸ’» is a conversational AI app that allows users to engage in natural language conversations with a virtual assistant. The app uses advanced machine learning algorithms to understand and respond to user queries in a human-like manner. With its ability to answer follow-up questions, admit mistakes, and reject inappropriate requests, ChatGPT offers a highly interactive and engaging experience. Try ChatGPT now and experience the power of language modeling in dialogue built with ❀️ @[Xhaheen](https://www.linkedin.com/in/sallu-mandya/) \n\nIf it fails enter cusom session key see video for reference refer @[Bhavesh bhat video](https://youtu.be/TdNSj_qgdFk)").launch(debug = True)
 
46
  import gradio as gr
47
  gr.Interface(
48
  chat_hf,
49
+ [gr.Textbox(label = ' Input custom text for ChatGPT! '),
50
+ gr.Textbox(label = ' If it fails enter custom session key ')],
51
  outputs = gr.outputs.Textbox(type="text",label="chatGPT response")
52
  , title = "" +' ChatGpt πŸ€–πŸ’¬πŸ’» on πŸ€— huggingface. '+ "",
53
  description="ChatGPT πŸ€–πŸ’¬πŸ’» is a conversational AI app that allows users to engage in natural language conversations with a virtual assistant. The app uses advanced machine learning algorithms to understand and respond to user queries in a human-like manner. With its ability to answer follow-up questions, admit mistakes, and reject inappropriate requests, ChatGPT offers a highly interactive and engaging experience. Try ChatGPT now and experience the power of language modeling in dialogue built with ❀️ @[Xhaheen](https://www.linkedin.com/in/sallu-mandya/) \n\nIf it fails enter cusom session key see video for reference refer @[Bhavesh bhat video](https://youtu.be/TdNSj_qgdFk)").launch(debug = True)