data-ject commited on
Commit
8b25215
·
verified ·
1 Parent(s): 1db7c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ iface = gr.Interface(
69
  fn=chat_function,
70
  inputs="text",
71
  outputs="text",
72
- title="Meta-Llama Chatbot",
73
- description="A chatbot powered by the Meta-Llama-3-70B-Instruct model."
74
  )
75
 
76
  # Launch the interface
 
69
  fn=chat_function,
70
  inputs="text",
71
  outputs="text",
72
+ title="Hacker by Data-Ject Solutions"
73
+ description="A HackingGPT created by Data-Ject Solutions"
74
  )
75
 
76
  # Launch the interface