dwb2023 commited on
Commit
9321666
1 Parent(s): 9aa57c1

Update app.py

Browse files

simplify examples and license

Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -31,9 +31,9 @@ LICENSE = """
31
 
32
  ---
33
  As a derivative work of [apple/OpenELM-270M-Instruct](https://huggingface.co/apple/OpenELM-270M-Instruct) by Apple,
34
- this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-270M-Instruct/blob/main/LICENSE).
35
- ---
36
- based on the [Norod78/OpenELM_3B_Demo](https://huggingface.co/spaces/Norod78/OpenELM_3B_Demo) space - I encourage you to like his space as well. I have a lot of respect for how he promoted and shared information about this unique model.
37
  """
38
 
39
 
@@ -140,10 +140,7 @@ chat_interface = gr.ChatInterface(
140
  ],
141
  stop_btn=None,
142
  examples=[
143
- ["Tell me a joke about a sandwich:"],
144
- ["What would a polite pirate say?"],
145
  ["Explain quantum physics in 5 words or less:"],
146
- ["Question: Why don't scientists trust atoms?\nAnswer:"],
147
  ["Question: What do you call a bear with no teeth?\nAnswer:"],
148
  ],
149
  )
 
31
 
32
  ---
33
  As a derivative work of [apple/OpenELM-270M-Instruct](https://huggingface.co/apple/OpenELM-270M-Instruct) by Apple,
34
+ this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-270M-Instruct/blob/main/LICENSE)
35
+
36
+ Based on the [Norod78/OpenELM_3B_Demo](https://huggingface.co/spaces/Norod78/OpenELM_3B_Demo) space.
37
  """
38
 
39
 
 
140
  ],
141
  stop_btn=None,
142
  examples=[
 
 
143
  ["Explain quantum physics in 5 words or less:"],
 
144
  ["Question: What do you call a bear with no teeth?\nAnswer:"],
145
  ],
146
  )