RinInori commited on
Commit
9771b18
·
1 Parent(s): aa56743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ g = gr.Interface(
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" #Fine-tuned Alpaca model for sentiment analysis \,
103
  theme="default",
104
  )
105
 
 
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