DavidCombei
commited on
Commit
•
a5b0df0
1
Parent(s):
ba1bd62
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def process_audio(file_audio):
|
|
84 |
|
85 |
interface = gr.Interface(
|
86 |
fn=process_audio,
|
87 |
-
inputs=gr.Audio(
|
88 |
outputs="text",
|
89 |
title="Audio Deepfake Detection",
|
90 |
description="Upload an audio file to detect whether it is fake or real.",
|
|
|
84 |
|
85 |
interface = gr.Interface(
|
86 |
fn=process_audio,
|
87 |
+
inputs=gr.Audio(type="filepath"),
|
88 |
outputs="text",
|
89 |
title="Audio Deepfake Detection",
|
90 |
description="Upload an audio file to detect whether it is fake or real.",
|