Respair commited on
Commit
6027b0f
·
verified ·
1 Parent(s): 47b42ee

Update chat_app_remote.py

Browse files
Files changed (1) hide show
  1. chat_app_remote.py +6 -3
chat_app_remote.py CHANGED
@@ -105,14 +105,16 @@ def create_frontend_demo():
105
  msg = gr.Textbox(
106
  show_label=False,
107
  placeholder="Enter text and press enter",
108
- container=True
 
109
  )
110
 
111
  audio_output = gr.Audio(
112
  label="Aira's Response",
113
  type="filepath",
114
  streaming=False,
115
- autoplay=True
 
116
  )
117
 
118
  with gr.Row():
@@ -127,7 +129,8 @@ def create_frontend_demo():
127
  with gr.Column():
128
  session_input = gr.Textbox(
129
  value="",
130
- label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)"
 
131
  )
132
  gen_id_btn = gr.Button("Set Session ID")
133
  session_msg = gr.Markdown("")
 
105
  msg = gr.Textbox(
106
  show_label=False,
107
  placeholder="Enter text and press enter",
108
+ container=True,
109
+ scale=5
110
  )
111
 
112
  audio_output = gr.Audio(
113
  label="Aira's Response",
114
  type="filepath",
115
  streaming=False,
116
+ autoplay=True,
117
+ scale=5
118
  )
119
 
120
  with gr.Row():
 
129
  with gr.Column():
130
  session_input = gr.Textbox(
131
  value="",
132
+ label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)",
133
+ scale=5
134
  )
135
  gen_id_btn = gr.Button("Set Session ID")
136
  session_msg = gr.Markdown("")