multimodalart HF staff commited on
Commit
6312799
β€’
1 Parent(s): 4bc5468

Last small fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def swap(radio):
123
  return gr.update(source="webcam")
124
 
125
  video = gr.Video()
126
- radio = gr.Radio(["Upload", "Record"], show_label=False)
127
  iface = gr.Interface(
128
  fn=process_video,
129
  inputs=[
 
123
  return gr.update(source="webcam")
124
 
125
  video = gr.Video()
126
+ radio = gr.Radio(["Upload", "Record"], value="Upload", show_label=False)
127
  iface = gr.Interface(
128
  fn=process_video,
129
  inputs=[