Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
1ae5a9f
1
Parent(s):
6ec6561
Change welcome message
Browse files
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
|
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
|
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():
|