Update main.py
Browse files
main.py
CHANGED
|
@@ -376,7 +376,7 @@ def start_gradio():
|
|
| 376 |
|
| 377 |
input_box = gr.Textbox(
|
| 378 |
label="输入",
|
| 379 |
-
placeholder="输入对话内容
|
| 380 |
)
|
| 381 |
|
| 382 |
model_box = gr.Textbox(
|
|
|
|
| 376 |
|
| 377 |
input_box = gr.Textbox(
|
| 378 |
label="输入",
|
| 379 |
+
placeholder="输入对话内容"
|
| 380 |
)
|
| 381 |
|
| 382 |
model_box = gr.Textbox(
|