Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ def display_history(conversation_history):
|
|
193 |
|
194 |
|
195 |
# Create the Gradio interface
|
196 |
-
input_video = gr.Video(
|
197 |
output_text = gr.Textbox(label="Therapist Response")
|
198 |
output_audio = gr.Audio(autoplay=True, visible=False)
|
199 |
|
|
|
193 |
|
194 |
|
195 |
# Create the Gradio interface
|
196 |
+
input_video = gr.Video( label="Your Video", include_audio=True)
|
197 |
output_text = gr.Textbox(label="Therapist Response")
|
198 |
output_audio = gr.Audio(autoplay=True, visible=False)
|
199 |
|