Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,6 @@ def respond(message, history):
|
|
| 57 |
|
| 58 |
demo = gr.ChatInterface(
|
| 59 |
fn=respond,
|
| 60 |
-
type="messages", # 建议明确指定 Gradio 的消息类型
|
| 61 |
title="Spartacus Chat",
|
| 62 |
description="Chat with NoesisLab/Spartacus-1B-Instruct",
|
| 63 |
)
|
|
|
|
| 57 |
|
| 58 |
demo = gr.ChatInterface(
|
| 59 |
fn=respond,
|
|
|
|
| 60 |
title="Spartacus Chat",
|
| 61 |
description="Chat with NoesisLab/Spartacus-1B-Instruct",
|
| 62 |
)
|