RinInori commited on
Commit
43affc2
1 Parent(s): 9771b18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="Enter an input, and the model will generate a response based on the input." \
101
- BASE_MODEL = "TheBloke/vicuna-7B-1.1-HF" \
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