kaiku03 commited on
Commit
f213ccf
·
1 Parent(s): 52c353c
Files changed (1) hide show
  1. app.py +4 -0
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