Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ examples = [
|
|
12 |
]
|
13 |
|
14 |
demo = gr.load(
|
15 |
-
"
|
16 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
17 |
title=title,
|
18 |
examples=examples,
|
|
|
12 |
]
|
13 |
|
14 |
demo = gr.load(
|
15 |
+
"models/mistralai/Mistral-7B-v0.1",
|
16 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
17 |
title=title,
|
18 |
examples=examples,
|