Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as app:
|
|
192 |
test_json=gr.JSON(label="Test Output")
|
193 |
#test_btn.click(test_models,None,test_json)
|
194 |
|
195 |
-
c_comp=chat_b.
|
196 |
|
197 |
client_choice.change(load_models,client_choice,[chat_b,custom_prompt,model_state])
|
198 |
app.load(load_models,client_choice,[chat_b,custom_prompt,model_state])
|
|
|
192 |
test_json=gr.JSON(label="Test Output")
|
193 |
#test_btn.click(test_models,None,test_json)
|
194 |
|
195 |
+
c_comp=chat_b.input(chat_inf,[chat_b,model_state,client_choice,seed,temp,tokens,top_p,rep_p,chat_mem,custom_prompt],[chat_b])
|
196 |
|
197 |
client_choice.change(load_models,client_choice,[chat_b,custom_prompt,model_state])
|
198 |
app.load(load_models,client_choice,[chat_b,custom_prompt,model_state])
|