Update app.py
Browse files
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()
|