Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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 |
|