Spaces:
Runtime error
Runtime error
Update app.py
Browse filessimplify examples and license
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 |
-
|
| 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 |
)
|