DavidLoccus commited on
Commit
1ae5a9f
·
1 Parent(s): 6ec6561

Change welcome message

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,7 +152,7 @@ def process_youtube(youtube_address):
152
 
153
  with gr.Blocks(title="Audio Fake Detector") as demo:
154
  with gr.Tab("Individual Processing"):
155
- gr.Markdown("# Welcome to Loccus.ai synthetic voice detection demo!")
156
 
157
 
158
 
@@ -177,7 +177,7 @@ with gr.Blocks(title="Audio Fake Detector") as demo:
177
  #v.upload(process_video, inputs=[v], outputs=[text])
178
 
179
  with gr.Tab("Batch Processing"):
180
- gr.Markdown("# Welcome to Loccus.ai synthetic voice detection demo!")
181
 
182
  with gr.Row():
183
  with gr.Column():
 
152
 
153
  with gr.Blocks(title="Audio Fake Detector") as demo:
154
  with gr.Tab("Individual Processing"):
155
+ gr.Markdown("# Welcome to Loccus.ai voice cloning detection demo!")
156
 
157
 
158
 
 
177
  #v.upload(process_video, inputs=[v], outputs=[text])
178
 
179
  with gr.Tab("Batch Processing"):
180
+ gr.Markdown("# Welcome to Loccus.ai voice cloning detection demo!")
181
 
182
  with gr.Row():
183
  with gr.Column():