DavidLoccus commited on
Commit
21d6dc8
·
1 Parent(s): 4c224e6

Loccus.ai is now part of Hiya!

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -210,7 +210,7 @@ def process_youtube(youtube_address):
210
 
211
  with gr.Blocks(title="Audio Fake Detector") as demo:
212
  with gr.Tab("Individual Processing"):
213
- gr.Markdown("""# [Loccus.ai](http://www.loccus.ai) - AI Voice detection demo
214
  This is a demo of our Authenticity Verification solution, aimed at detecting if a voice is real or not.
215
  * Input - audio file in any format
216
  * Output - probability of that voice being real or AI-generated (1.0 - Real / 0.0 AI-generated)
@@ -245,7 +245,7 @@ with gr.Blocks(title="Audio Fake Detector") as demo:
245
  #v.upload(process_video, inputs=[v], outputs=[text])
246
 
247
  with gr.Tab("Batch Processing"):
248
- gr.Markdown("# [Loccus.ai](http://www.loccus.ai) - AI Voice detection demo")
249
 
250
  with gr.Row():
251
  with gr.Column():
 
210
 
211
  with gr.Blocks(title="Audio Fake Detector") as demo:
212
  with gr.Tab("Individual Processing"):
213
+ gr.Markdown("""# [Hiya](https://www.hiya.com/products/ai-voice) - AI Voice detection demo
214
  This is a demo of our Authenticity Verification solution, aimed at detecting if a voice is real or not.
215
  * Input - audio file in any format
216
  * Output - probability of that voice being real or AI-generated (1.0 - Real / 0.0 AI-generated)
 
245
  #v.upload(process_video, inputs=[v], outputs=[text])
246
 
247
  with gr.Tab("Batch Processing"):
248
+ gr.Markdown("# [Hiya](https://www.hiya.com/products/ai-voice) - AI Voice detection demo")
249
 
250
  with gr.Row():
251
  with gr.Column():