Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,8 @@ g = gr.Interface(
|
|
97 |
inputs=gr.inputs.Textbox(label="Input", placeholder="Type your input here..."),
|
98 |
outputs=gr.outputs.Textbox(label="Output"),
|
99 |
title="ChatBot and Text Generation",
|
100 |
-
description="This model is a fine-tuned version of the Vicuna model.
|
101 |
-
BASE MODEL is 'TheBloke/vicuna-7B-1.1-HF'
|
102 |
theme="default",
|
103 |
)
|
104 |
|
|
|
97 |
inputs=gr.inputs.Textbox(label="Input", placeholder="Type your input here..."),
|
98 |
outputs=gr.outputs.Textbox(label="Output"),
|
99 |
title="ChatBot and Text Generation",
|
100 |
+
description="This model is a fine-tuned version of the Vicuna model. \
|
101 |
+
BASE MODEL is 'TheBloke/vicuna-7B-1.1-HF', and LORA_WEIGHTS = 'RinInori/vicuna_finetuned_6_sentiments' ",
|
102 |
theme="default",
|
103 |
)
|
104 |
|