Spaces:
Sleeping
Sleeping
with gr.Tab("飛特音速"):
Browse files
app.py
CHANGED
@@ -2039,7 +2039,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2039 |
with gr.Row():
|
2040 |
msg = gr.Textbox(label="訊息",scale=3)
|
2041 |
send_button = gr.Button("送出", variant="primary", scale=1)
|
2042 |
-
with gr.Tab("
|
2043 |
additional_inputs = [password, streaming_chat_thread_id_state, trascript_state, content_subject_state, content_grade_state]
|
2044 |
streaming_chat = gr.ChatInterface(
|
2045 |
fn=streaming_chat_with_open_ai,
|
|
|
2039 |
with gr.Row():
|
2040 |
msg = gr.Textbox(label="訊息",scale=3)
|
2041 |
send_button = gr.Button("送出", variant="primary", scale=1)
|
2042 |
+
with gr.Tab("飛特音速"):
|
2043 |
additional_inputs = [password, streaming_chat_thread_id_state, trascript_state, content_subject_state, content_grade_state]
|
2044 |
streaming_chat = gr.ChatInterface(
|
2045 |
fn=streaming_chat_with_open_ai,
|