example 10 seconds
Browse files- app.py +3 -1
- examples/sample_interview.wav +2 -2
app.py
CHANGED
@@ -116,7 +116,9 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Multimodal News Reporter") as demo
|
|
116 |
agent_state = gr.State(value=None)
|
117 |
|
118 |
gr.Markdown("# 📰 Multimodal News Reporter AI")
|
119 |
-
gr.Markdown("Upload an audio recording and/or a relevant image. The AI will generate a news report that you can then revise and save."
|
|
|
|
|
120 |
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=1):
|
|
|
116 |
agent_state = gr.State(value=None)
|
117 |
|
118 |
gr.Markdown("# 📰 Multimodal News Reporter AI")
|
119 |
+
gr.Markdown("Upload an audio recording and/or a relevant image. The AI will generate a news report that you can then revise and save." \
|
120 |
+
"Note: Sample Audio is 10 secs only to run fast" \
|
121 |
+
"please wait this is tunning on cpu only ")
|
122 |
|
123 |
with gr.Row():
|
124 |
with gr.Column(scale=1):
|
examples/sample_interview.wav
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53f6a7e6b8788dda7f0b90fc9ee468295c879a75c5a3ec78c643498b85477c42
|
3 |
+
size 1841388
|