Spaces:
Runtime error
Runtime error
Update app.py
Browse filesCambio modelo a huggingface/OpenAssistant/pythia-12b-sft-v8-rlhf-2k-steps
app.py
CHANGED
@@ -9,7 +9,7 @@ examples = [
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
-
"huggingface/
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
+
"huggingface/OpenAssistant/pythia-12b-sft-v8-rlhf-2k-steps",
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|