Liusuthu commited on
Commit
62b33bb
β€’
1 Parent(s): e9b091c

Update scale_n_consult.py

Browse files
Files changed (1) hide show
  1. scale_n_consult.py +5 -0
scale_n_consult.py CHANGED
@@ -151,6 +151,11 @@ with gr.Blocks() as SCALE_AND_CONSULT:
151
  with gr.Row():
152
  with gr.Column():
153
  CHAT_SECTION.render()
 
 
 
 
 
154
  with gr.Row():
155
  generate=gr.Button("η»“ζŸθŠε€©οΌŒη”Ÿζˆζœ€η»ˆη»“ζžœ(待开发)")
156
 
 
151
  with gr.Row():
152
  with gr.Column():
153
  CHAT_SECTION.render()
154
+ with gr.Row():
155
+ with gr.Column():
156
+ gr.Video(sources=["webcam", "upload"],)
157
+ with gr.Column():
158
+ gr.Audio(sources=["microphone"])
159
  with gr.Row():
160
  generate=gr.Button("η»“ζŸθŠε€©οΌŒη”Ÿζˆζœ€η»ˆη»“ζžœ(待开发)")
161