show_error=True
Browse files
app.py
CHANGED
@@ -320,4 +320,4 @@ iface = gr.Interface(
|
|
320 |
7, 2023. https://doi.org/10.26434/chemrxiv-2023-9s6r7.
|
321 |
""",
|
322 |
)
|
323 |
-
iface.launch()
|
|
|
320 |
7, 2023. https://doi.org/10.26434/chemrxiv-2023-9s6r7.
|
321 |
""",
|
322 |
)
|
323 |
+
iface.launch(show_error=True)
|