req(1)
Browse files
app.py
CHANGED
@@ -59,6 +59,10 @@ def run_save(current_state):
|
|
59 |
|
60 |
# --- 3. Define the Gradio UI ---
|
61 |
|
|
|
|
|
|
|
|
|
62 |
with gr.Blocks(theme=gr.themes.Soft(), title="Multimodal News Reporter") as demo:
|
63 |
agent_state = gr.State(value=None)
|
64 |
|
|
|
59 |
|
60 |
# --- 3. Define the Gradio UI ---
|
61 |
|
62 |
+
example_list = [
|
63 |
+
["./examples/sample_interview.wav", "./examples/marikina_river.jpg", 'river.jpg']
|
64 |
+
]
|
65 |
+
|
66 |
with gr.Blocks(theme=gr.themes.Soft(), title="Multimodal News Reporter") as demo:
|
67 |
agent_state = gr.State(value=None)
|
68 |
|