valeriylo commited on
Commit
f6d3071
1 Parent(s): 6386d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -195,9 +195,12 @@ with gr.Blocks(
195
  conversation_id = gr.State(get_uuid)
196
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
197
  gr.Markdown(
198
- f"""<h1><center>{favicon}Saiga 13B llama.cpp: retrieval QA</center></h1>
 
 
199
  """
200
  )
 
201
 
202
  with gr.Row():
203
  with gr.Column(scale=5):
 
195
  conversation_id = gr.State(get_uuid)
196
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
197
  gr.Markdown(
198
+ f"""<h1><center>{favicon}Saiga2 13B llama.cpp: retrieval QA</center></h1>
199
+ """
200
+ f"""<h3><center>All space credits to Ilya Gusev</center></h1>
201
  """
202
  )
203
+
204
 
205
  with gr.Row():
206
  with gr.Column(scale=5):