Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,5 +48,5 @@ gr.Interface(
|
|
48 |
[gr.Textbox(label = ' Input custom for ChatGPT'),
|
49 |
gr.Textbox(label = ' If it fails enter cusom session ')],
|
50 |
outputs = gr.outputs.Textbox(type="text",label="chatGPT response")
|
51 |
-
, title = "" +' ChatGpt π€π¬π» on
|
52 |
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)
|
|
|
48 |
[gr.Textbox(label = ' Input custom for ChatGPT'),
|
49 |
gr.Textbox(label = ' If it fails enter cusom session ')],
|
50 |
outputs = gr.outputs.Textbox(type="text",label="chatGPT response")
|
51 |
+
, title = "" +' ChatGpt π€π¬π» on π€ huggingface. '+ "",
|
52 |
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)
|