Skip to content

Commit 2c1b83b

Browse files
committed
rm invalid param
1 parent 6050862 commit 2c1b83b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llm-complete-guide/deployment_hf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def predict(message, history):
134134
with gr.Blocks() as interface:
135135
custom_chatbot = gr.Chatbot(
136136
type="messages",
137-
editable=True,
138137
)
139138

140139
gr.ChatInterface(

0 commit comments

Comments
 (0)