paramasivan27 commited on
Commit
7f0868c
1 Parent(s): 107951d

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
20
  """
21
  demo = gr.ChatInterface(
22
  ask_question,
23
- title="Cohort 22 - Group 16: AIML Q and A Llama 3"
24
  )
25
 
26
 
 
20
  """
21
  demo = gr.ChatInterface(
22
  ask_question,
23
+ title="Cohort 22 - Group 16: AIML Q and A GPT2"
24
  )
25
 
26