Update app.py
Browse files
app.py
CHANGED
|
@@ -42,8 +42,8 @@ def get_system_tokens(model):
|
|
| 42 |
return get_message_tokens(model, **system_message)
|
| 43 |
|
| 44 |
|
| 45 |
-
repo_name = "
|
| 46 |
-
model_name = "
|
| 47 |
|
| 48 |
snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
|
| 49 |
|
|
@@ -114,8 +114,8 @@ with gr.Blocks(
|
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
msg = gr.Textbox(
|
| 117 |
-
label="
|
| 118 |
-
placeholder="
|
| 119 |
show_label=True,
|
| 120 |
).style(container=True)
|
| 121 |
submit = gr.Button("Submit / 开凹!")
|
|
|
|
| 42 |
return get_message_tokens(model, **system_message)
|
| 43 |
|
| 44 |
|
| 45 |
+
repo_name = "Aryanne/Bling-Sheared-Llama-2.7B-0.1-gguf"
|
| 46 |
+
model_name = "q4_0-bling-sheared-llama-2.7b-0.1.gguf"
|
| 47 |
|
| 48 |
snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
|
| 49 |
|
|
|
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
msg = gr.Textbox(
|
| 117 |
+
label="来问问安风吧……",
|
| 118 |
+
placeholder="安风折寿中……",
|
| 119 |
show_label=True,
|
| 120 |
).style(container=True)
|
| 121 |
submit = gr.Button("Submit / 开凹!")
|