Pendrokar commited on
Commit
d0fa6f6
β€’
1 Parent(s): 3fff1b7

show errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,4 +222,4 @@ class LocalBlocksDemo(BlocksDemo):
222
  if __name__ == "__main__":
223
  print('running custom Gradio interface')
224
  demo = LocalBlocksDemo(models_path, hf_cache_lojban_models_path, hf_cache_robotic_models_path, hf_cache_expresso_models_path)
225
- demo.block.launch()
 
222
  if __name__ == "__main__":
223
  print('running custom Gradio interface')
224
  demo = LocalBlocksDemo(models_path, hf_cache_lojban_models_path, hf_cache_robotic_models_path, hf_cache_expresso_models_path)
225
+ demo.block.launch(show_api=True, show_error=True)