wxgeorge commited on
Commit
8abfddb
β€’
1 Parent(s): 43df791

:pencil2: lead copy tuning

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -143,11 +143,8 @@ css = """
143
  with gr.Blocks(title_text, css=css) as demo:
144
  gr.HTML("""
145
  <h1 align="center">HuggingFace's missing inference widget</h1>
146
- <p align="center">
147
- Test any <=15B LLM from the hub.
148
- </p>
149
  <h2 align="center">
150
- Please select your model from the list πŸ‘‡ as HF spaces can't see the refering model card.
151
  </h2>
152
  """)
153
 
 
143
  with gr.Blocks(title_text, css=css) as demo:
144
  gr.HTML("""
145
  <h1 align="center">HuggingFace's missing inference widget</h1>
 
 
 
146
  <h2 align="center">
147
+ Please select your model from the list πŸ‘‡
148
  </h2>
149
  """)
150