Spaces:
Paused
Paused
Commit
•
6312799
1
Parent(s):
4bc5468
Last small fix
Browse files
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=[
|