Spaces:
Runtime error
Runtime error
Enable verbose app errors and add private model access support
Browse files
app.py
CHANGED
|
@@ -409,4 +409,4 @@ Use the structured fields if you have them. Missing fields are allowed, but spec
|
|
| 409 |
|
| 410 |
|
| 411 |
if __name__ == "__main__":
|
| 412 |
-
demo.queue(default_concurrency_limit=4).launch()
|
|
|
|
| 409 |
|
| 410 |
|
| 411 |
if __name__ == "__main__":
|
| 412 |
+
demo.queue(default_concurrency_limit=4).launch(show_error=True)
|