bestoai commited on
Commit
b2587ce
·
verified ·
1 Parent(s): f62d4ae

Update app.py

Browse files

demo.launch(show_error=True)
changed

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,4 +121,4 @@ async def create_demo():
121
  # Run the app
122
  if __name__ == "__main__":
123
  demo = asyncio.run(create_demo())
124
- demo.launch()
 
121
  # Run the app
122
  if __name__ == "__main__":
123
  demo = asyncio.run(create_demo())
124
+ demo.launch(show_error=True)