AilexGPT commited on
Commit
614d617
·
verified ·
1 Parent(s): 5278118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(theme='syddharth/gray-minimal') as app:
113
  gr.HTML("""<div style='text-align: center; margin-bottom: 10px;'>
114
  <img src="https://einfachalex.net/wp-content/uploads/2024/02/ealogo.png" style="height: 50px; center;">
115
  </div>
116
- <center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
117
 
118
  chat_b = gr.Chatbot(height=500)
119
  with gr.Group():
 
113
  gr.HTML("""<div style='text-align: center; margin-bottom: 10px;'>
114
  <img src="https://einfachalex.net/wp-content/uploads/2024/02/ealogo.png" style="height: 50px; center;">
115
  </div>
116
+ <center><h1 style='font-size:xx-large;'>Google Gemma Models</h1><br><h3>THX to omnibus , for running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
117
 
118
  chat_b = gr.Chatbot(height=500)
119
  with gr.Group():