Hasti11 commited on
Commit
ff8d654
·
verified ·
1 Parent(s): 61fe375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def display_history(conversation_history):
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
 
 
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