VanguardAI commited on
Commit
b81ff5f
·
verified ·
1 Parent(s): a685a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -456,7 +456,7 @@ def main_interface(user_prompt, image=None, audio=None, voice_only=False, websea
456
  return "Error occurred during voice output.", None
457
  else:
458
  return response, None
459
-
460
  # Launch the UI
461
  demo = create_ui()
462
  demo.launch()
 
456
  return "Error occurred during voice output.", None
457
  else:
458
  return response, None
459
+
460
  # Launch the UI
461
  demo = create_ui()
462
  demo.launch()