Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,5 +129,5 @@ if __name__ == "__main__":
|
|
129 |
cache_examples=True,
|
130 |
label='Try this example input!'
|
131 |
)
|
132 |
-
block.launch(share=False, show_api=
|
133 |
|
|
|
129 |
cache_examples=True,
|
130 |
label='Try this example input!'
|
131 |
)
|
132 |
+
block.launch(share=False, show_api=True, show_error=True)
|
133 |
|