Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
show errors
Browse files
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)
|