app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Multimodal News Reporter") as demo
|
|
121 |
"- Token output is set to 128 only for faster inference. \n"
|
122 |
"- Note: This demo currently runs on CPU only.\n"
|
123 |
"- Sample audio is trimmed to 10 seconds for faster inference.\n"
|
124 |
-
"- Combined audio + image inference takes ~
|
125 |
)
|
126 |
|
127 |
with gr.Row():
|
|
|
121 |
"- Token output is set to 128 only for faster inference. \n"
|
122 |
"- Note: This demo currently runs on CPU only.\n"
|
123 |
"- Sample audio is trimmed to 10 seconds for faster inference.\n"
|
124 |
+
"- Combined audio + image inference takes ~250-350 seconds; audio-only or image-only is much faster."
|
125 |
)
|
126 |
|
127 |
with gr.Row():
|