Spaces:
Running
Running
harshkidzure
commited on
Commit
•
b9bfa6b
1
Parent(s):
8fefdb0
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(
|
133 |
|
|
|
129 |
cache_examples=True,
|
130 |
label='Try this example input!'
|
131 |
)
|
132 |
+
block.launch(show_error=True)
|
133 |
|