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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. 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
 
 
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