Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,8 @@ def gradio_ui():
|
|
142 |
],
|
143 |
outputs=gr.JSON(label="Detection Results"),
|
144 |
title="Audio Deepfake Detection System",
|
145 |
-
description="Upload demonstration audios and a query audio to detect whether the query is AI-generated.",
|
|
|
146 |
)
|
147 |
return interface
|
148 |
|
|
|
142 |
],
|
143 |
outputs=gr.JSON(label="Detection Results"),
|
144 |
title="Audio Deepfake Detection System",
|
145 |
+
# description="Upload demonstration audios and a query audio to detect whether the query is AI-generated.",
|
146 |
+
description="Upload a test audio to detect whether the audio is AI-generated.",
|
147 |
)
|
148 |
return interface
|
149 |
|