rohitmenonhart commited on
Commit
0533a0c
·
verified ·
1 Parent(s): 38dddab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ gr.ChatInterface(
84
  fn=generate,
85
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
86
  additional_inputs=additional_inputs,
87
- title="Mistral 7B v0.3"
88
  ).launch(show_api=False)
89
 
90
  gr.load("models/ehristoforu/dalle-3-xl-v2").launch()
 
84
  fn=generate,
85
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
86
  additional_inputs=additional_inputs,
87
+ title="Openhearts v1"
88
  ).launch(show_api=False)
89
 
90
  gr.load("models/ehristoforu/dalle-3-xl-v2").launch()