Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
fb0a8ef
1
Parent(s):
1f8411b
Test on lengths
Browse files
app.py
CHANGED
@@ -263,7 +263,8 @@ iface = gr.Interface(
|
|
263 |
gr.Audio(label="Enhanced Audio", type="filepath")
|
264 |
],
|
265 |
title="Face Detector",
|
266 |
-
description="Upload or record a video. We'll crop face regions and return a face-only video and its 16kHz audio."
|
|
|
267 |
)
|
268 |
|
269 |
iface.launch()
|
|
|
263 |
gr.Audio(label="Enhanced Audio", type="filepath")
|
264 |
],
|
265 |
title="Face Detector",
|
266 |
+
description="Upload or record a video. We'll crop face regions and return a face-only video and its 16kHz audio.",
|
267 |
+
api_name="/predict"
|
268 |
)
|
269 |
|
270 |
iface.launch()
|