Spaces:
Runtime error
Runtime error
Yulu Fu
commited on
Changing title
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ iface = gr.Interface(
|
|
| 13 |
fn=predict,
|
| 14 |
inputs=gr.Audio(type="filepath"),
|
| 15 |
outputs="label",
|
| 16 |
-
title="Deepfake Audio Detection",
|
| 17 |
description="Upload an audio file or record your voice to detect if the audio is a deepfake."
|
| 18 |
)
|
| 19 |
|
|
|
|
| 13 |
fn=predict,
|
| 14 |
inputs=gr.Audio(type="filepath"),
|
| 15 |
outputs="label",
|
| 16 |
+
title="Testing Deepfake Audio Detection Simple Interface",
|
| 17 |
description="Upload an audio file or record your voice to detect if the audio is a deepfake."
|
| 18 |
)
|
| 19 |
|