SivaResearch
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ interface = gr.Interface(
|
|
86 |
inputs=gr.Audio(type="filepath"),
|
87 |
outputs="text",
|
88 |
title="Audio Deepfake Detection",
|
89 |
-
description="Upload an audio file to detect whether it is fake or real
|
90 |
)
|
91 |
|
92 |
interface.launch(share=True)
|
|
|
86 |
inputs=gr.Audio(type="filepath"),
|
87 |
outputs="text",
|
88 |
title="Audio Deepfake Detection",
|
89 |
+
description="Upload an audio file to detect whether it is fake or real"
|
90 |
)
|
91 |
|
92 |
interface.launch(share=True)
|