rgenius commited on
Commit
ace5379
1 Parent(s): c2e5c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
185
  conversation_id = gr.State(get_uuid)
186
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
187
  gr.Markdown(
188
- f"""<h1><center>{favicon}Saiga 13B llama.cpp: retrieval QA</center></h1>
189
  """
190
  )
191
 
 
185
  conversation_id = gr.State(get_uuid)
186
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
187
  gr.Markdown(
188
+ f"""<h1><center>{favicon}Taiga LLM, like chatGPT Large language model</center></h1>
189
  """
190
  )
191