Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ from huggingface_hub import hf_hub_download
|
|
28 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
29 |
|
30 |
hf_hub_download(
|
31 |
-
repo_id="
|
32 |
-
filename="
|
33 |
local_dir="./models"
|
34 |
)
|
35 |
# 5GB
|
@@ -116,9 +116,9 @@ demo = gr.ChatInterface(
|
|
116 |
respond,
|
117 |
additional_inputs=[
|
118 |
gr.Dropdown([
|
119 |
-
'
|
120 |
],
|
121 |
-
value="
|
122 |
label="Model"
|
123 |
),
|
124 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
|
|
28 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
29 |
|
30 |
hf_hub_download(
|
31 |
+
repo_id="liwu/liwu_forum_post_2.0",
|
32 |
+
filename="liwugpt.gguf",
|
33 |
local_dir="./models"
|
34 |
)
|
35 |
# 5GB
|
|
|
116 |
respond,
|
117 |
additional_inputs=[
|
118 |
gr.Dropdown([
|
119 |
+
'liwugpt.gguf'
|
120 |
],
|
121 |
+
value="liwugpt.gguf",
|
122 |
label="Model"
|
123 |
),
|
124 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|