AlexWortega commited on
Commit
b113cd4
1 Parent(s): dcf4cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,9 +94,9 @@ def bot(
94
  with gr.Blocks(
95
  theme=gr.themes.Soft()
96
  ) as demo:
97
- favicon = '<img src="photo_2024-01-21_23-23-17.jpg" width="48px" style="display: inline">'
98
  gr.Markdown(
99
- f"""<h1><center>{favicon}Vikhr Instruct2 GGUF Q4_K</center></h1>
100
 
101
  This is a demo of a **Russian**-speaking Mistral-based model.
102
 
 
94
  with gr.Blocks(
95
  theme=gr.themes.Soft()
96
  ) as demo:
97
+ #favicon = '<img src="photo_2024-01-21_23-23-17.jpg" width="48px" style="display: inline">'
98
  gr.Markdown(
99
+ f"""<h1><center>Vikhr Instruct2 GGUF Q4_K</center></h1>
100
 
101
  This is a demo of a **Russian**-speaking Mistral-based model.
102