Spaces:
Runtime error
Runtime error
Commit ·
d5f15ff
1
Parent(s): 8ca2376
updates
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
|
|
| 14 |
DESCRIPTION = """
|
| 15 |
# Morpheus Chat (Llama-2)
|
| 16 |
|
| 17 |
-
This Space demonstrates
|
| 18 |
"""
|
| 19 |
|
| 20 |
LICENSE = """
|
|
@@ -89,7 +89,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 89 |
textbox = gr.Textbox(
|
| 90 |
container=False,
|
| 91 |
show_label=False,
|
| 92 |
-
placeholder='
|
| 93 |
scale=10,
|
| 94 |
)
|
| 95 |
submit_button = gr.Button('Submit',
|
|
|
|
| 14 |
DESCRIPTION = """
|
| 15 |
# Morpheus Chat (Llama-2)
|
| 16 |
|
| 17 |
+
This Space demonstrates a Llama 2 model with 13B parameters fine-tuned for chat. Feel free to play with it!
|
| 18 |
"""
|
| 19 |
|
| 20 |
LICENSE = """
|
|
|
|
| 89 |
textbox = gr.Textbox(
|
| 90 |
container=False,
|
| 91 |
show_label=False,
|
| 92 |
+
placeholder='Ask me anything...',
|
| 93 |
scale=10,
|
| 94 |
)
|
| 95 |
submit_button = gr.Button('Submit',
|