hvoss-techfak commited on
Commit
1f91102
·
1 Parent(s): 6d30c01

description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -567,7 +567,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
567
  )
568
  gr.Markdown(
569
  'Please note that huggingface enforces a maximum execution time of one minute. Depending on your configuration (especially iteration count) it is possible to exceed this time limit. In that case you will see a "GPU Task aborted" error.'
570
- 'If you need more time, take a look at the [Autoforge Github Page](https://github.com/hvoss-techfak/AutoForge) to see how you can run the program locally.'
571
  )
572
 
573
  with gr.Row():
 
567
  )
568
  gr.Markdown(
569
  'Please note that huggingface enforces a maximum execution time of one minute. Depending on your configuration (especially iteration count) it is possible to exceed this time limit. In that case you will see a "GPU Task aborted" error.'
570
+ 'If you need more time, take a look at the [Autoforge Github Page](https://github.com/hvoss-techfak/AutoForge) to see how you can run the program locally, or pull the docker container for this project (upper right corner -> three dots -> "run locally")'
571
  )
572
 
573
  with gr.Row():