nftnik commited on
Commit
634839d
·
verified ·
1 Parent(s): 2685d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()