Spaces:
Running
Running
Update chat_app_remote.py
Browse files- chat_app_remote.py +3 -3
chat_app_remote.py
CHANGED
@@ -100,7 +100,7 @@ def create_frontend_demo():
|
|
100 |
show_label=False,
|
101 |
placeholder="Enter text and press enter",
|
102 |
container=True,
|
103 |
-
|
104 |
)
|
105 |
|
106 |
audio_output = gr.Audio(
|
@@ -108,7 +108,7 @@ def create_frontend_demo():
|
|
108 |
type="filepath",
|
109 |
streaming=False,
|
110 |
autoplay=True,
|
111 |
-
|
112 |
)
|
113 |
|
114 |
with gr.Row():
|
@@ -125,7 +125,7 @@ def create_frontend_demo():
|
|
125 |
session_input = gr.Textbox(
|
126 |
value="",
|
127 |
label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)",
|
128 |
-
|
129 |
)
|
130 |
gen_id_btn = gr.Button("Set Session ID")
|
131 |
session_msg = gr.Markdown("")
|
|
|
100 |
show_label=False,
|
101 |
placeholder="Enter text and press enter",
|
102 |
container=True,
|
103 |
+
|
104 |
)
|
105 |
|
106 |
audio_output = gr.Audio(
|
|
|
108 |
type="filepath",
|
109 |
streaming=False,
|
110 |
autoplay=True,
|
111 |
+
|
112 |
)
|
113 |
|
114 |
with gr.Row():
|
|
|
125 |
session_input = gr.Textbox(
|
126 |
value="",
|
127 |
label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)",
|
128 |
+
|
129 |
)
|
130 |
gen_id_btn = gr.Button("Set Session ID")
|
131 |
session_msg = gr.Markdown("")
|