Spaces:
Sleeping
Sleeping
retry_btn=None,
Browse files
app.py
CHANGED
|
@@ -2060,7 +2060,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
| 2060 |
fn=streaming_chat_with_open_ai,
|
| 2061 |
additional_inputs=additional_inputs,
|
| 2062 |
submit_btn="送出",
|
| 2063 |
-
retry_btn=
|
| 2064 |
undo_btn="⏪ 上一步",
|
| 2065 |
clear_btn="🗑️ 清除全部",
|
| 2066 |
stop_btn="🛑 停止",
|
|
|
|
| 2060 |
fn=streaming_chat_with_open_ai,
|
| 2061 |
additional_inputs=additional_inputs,
|
| 2062 |
submit_btn="送出",
|
| 2063 |
+
retry_btn=None,
|
| 2064 |
undo_btn="⏪ 上一步",
|
| 2065 |
clear_btn="🗑️ 清除全部",
|
| 2066 |
stop_btn="🛑 停止",
|