Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,13 @@ huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
|
14 |
|
15 |
hf_hub_download(
|
16 |
repo_id="mradermacher/GWQ-9B-Preview-GGUF",
|
17 |
-
filename="GWQ-9B-Preview.
|
18 |
local_dir="./models"
|
19 |
)
|
20 |
|
21 |
hf_hub_download(
|
22 |
repo_id="mradermacher/GWQ-9B-Preview2-GGUF",
|
23 |
-
filename="GWQ-9B-Preview2.
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|
@@ -102,10 +102,10 @@ demo = gr.ChatInterface(
|
|
102 |
respond,
|
103 |
additional_inputs=[
|
104 |
gr.Dropdown([
|
105 |
-
'GWQ-9B-Preview.
|
106 |
-
'GWQ-9B-Preview2.
|
107 |
],
|
108 |
-
value="GWQ-9B-Preview.
|
109 |
label="Model"
|
110 |
),
|
111 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
|
|
14 |
|
15 |
hf_hub_download(
|
16 |
repo_id="mradermacher/GWQ-9B-Preview-GGUF",
|
17 |
+
filename="GWQ-9B-Preview.Q4_K_M.gguf",
|
18 |
local_dir="./models"
|
19 |
)
|
20 |
|
21 |
hf_hub_download(
|
22 |
repo_id="mradermacher/GWQ-9B-Preview2-GGUF",
|
23 |
+
filename="GWQ-9B-Preview2.Q4_K_M.gguf",
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|
|
|
102 |
respond,
|
103 |
additional_inputs=[
|
104 |
gr.Dropdown([
|
105 |
+
'GWQ-9B-Preview.Q4_K_M.gguf',
|
106 |
+
'GWQ-9B-Preview2.Q4_K_M.gguf'
|
107 |
],
|
108 |
+
value="GWQ-9B-Preview.Q4_K_M.gguf",
|
109 |
label="Model"
|
110 |
),
|
111 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|