Yulu Fu commited on
Commit
4c24f50
1 Parent(s): 88549e6

Changing title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ iface = gr.Interface(
13
  fn=predict,
14
  inputs=gr.Audio(type="filepath"),
15
  outputs="label",
16
- title="Deepfake Audio Detection",
17
  description="Upload an audio file or record your voice to detect if the audio is a deepfake."
18
  )
19
 
 
13
  fn=predict,
14
  inputs=gr.Audio(type="filepath"),
15
  outputs="label",
16
+ title="Testing Deepfake Audio Detection Simple Interface",
17
  description="Upload an audio file or record your voice to detect if the audio is a deepfake."
18
  )
19