Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -389,4 +389,5 @@ def main():
|
|
389 |
# Show error in UI if possible
|
390 |
with gr.Blocks() as error_demo:
|
391 |
gr.Markdown(f"# Error Starting Application\n\n{str(e)}\n\nPlease check the logs for more details.")
|
392 |
-
gr.Markdown("This might be due to memory limitations or
|
|
|
|
389 |
# Show error in UI if possible
|
390 |
with gr.Blocks() as error_demo:
|
391 |
gr.Markdown(f"# Error Starting Application\n\n{str(e)}\n\nPlease check the logs for more details.")
|
392 |
+
gr.Markdown("This might be due to memory limitations or GPU compatibility issues.")
|
393 |
+
error_demo.launch()
|