AkashMnd commited on
Commit
3dfd64d
·
1 Parent(s): 3d28b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ iface = gr.Interface(
84
  fn=llmresponse,
85
  inputs=gr.Textbox(label="User Prompt", placeholder="Enter Your Prompt"),
86
  outputs=gr.Textbox(label="LLM Output"),
87
- title="Shady GPT😏",
88
- description="No Censorship (Excluding Some Really Devilish shit) , Average Response Time - 45 seconds first try , Made By Akash Mondal"
89
 
90
  )
91
 
 
84
  fn=llmresponse,
85
  inputs=gr.Textbox(label="User Prompt", placeholder="Enter Your Prompt"),
86
  outputs=gr.Textbox(label="LLM Output"),
87
+ title="SkynetGPT",
88
+ description="No Censorship ( This GPT cannot deny to answer) , Average Response Time - 45 seconds first try , Made By Akash Mondal , You are responsible for usage just like owning a weapon"
89
 
90
  )
91