PhilSpiel commited on
Commit
813a217
·
1 Parent(s): 7fbf177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
70
  gr.Textbox(label="Your question or comment for Johnny:")
71
  ],
72
  outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.TextArea(label="Transcript", autoscroll="True", show_copy_button="True")],
73
- live=True
74
  )
75
 
76
  # Launch the interface
 
70
  gr.Textbox(label="Your question or comment for Johnny:")
71
  ],
72
  outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.TextArea(label="Transcript", autoscroll="True", show_copy_button="True")],
73
+ live=False
74
  )
75
 
76
  # Launch the interface