Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,9 +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="
|
101 |
-
|
102 |
-
LORA_WEIGHTS = "RinInori/vicuna_finetuned_6_sentiments" \,
|
103 |
theme="default",
|
104 |
)
|
105 |
|
|
|
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. https://github.com/hennypurwadi/Vicuna_finetune_sentiment_analysis \
|
101 |
+
BASE MODEL is 'TheBloke/vicuna-7B-1.1-HF' . LORA_WEIGHTS = RinInori/vicuna_finetuned_6_sentiments ",
|
|
|
102 |
theme="default",
|
103 |
)
|
104 |
|