wli3221134 commited on
Commit
208b4df
·
verified ·
1 Parent(s): d542a2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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