Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ demo = gr.Interface(
|
|
67 |
fn=classify_audio,
|
68 |
inputs=gr.Audio( type="filepath"),
|
69 |
outputs="text",
|
70 |
-
title="
|
71 |
description="Upload an audio sample to check if it is fake or real."
|
72 |
)
|
73 |
|
|
|
67 |
fn=classify_audio,
|
68 |
inputs=gr.Audio( type="filepath"),
|
69 |
outputs="text",
|
70 |
+
title="Sigma One - Deepfake Audio Detection",
|
71 |
description="Upload an audio sample to check if it is fake or real."
|
72 |
)
|
73 |
|