Spaces:
Runtime error
Runtime error
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 |
|
@@ -110,7 +110,7 @@ with gr.Blocks(
|
|
110 |
|
111 |
with gr.Row():
|
112 |
with gr.Column(scale=5):
|
113 |
-
chatbot = gr.Chatbot(label="
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|
116 |
msg = gr.Textbox(
|
|
|
42 |
return get_message_tokens(model, **system_message)
|
43 |
|
44 |
|
45 |
+
repo_name = "s3nh/jeff31415-TinyLlama-1.1B-1.5T-OpenOrca-Alpha-GGUF"
|
46 |
+
model_name = "jeff31415-TinyLlama-1.1B-1.5T-OpenOrca-Alpha.Q4_K_S.gguf"
|
47 |
|
48 |
snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
|
49 |
|
|
|
110 |
|
111 |
with gr.Row():
|
112 |
with gr.Column(scale=5):
|
113 |
+
chatbot = gr.Chatbot(label="安风如是说").style(height=400)
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|
116 |
msg = gr.Textbox(
|