Spaces:
Runtime error
Runtime error
Update scale_n_consult.py
Browse files- 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 |
|