Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -665,12 +665,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
665 |
'If you want to limit the number of colors or color swaps you can find the option under the "Autoforge Parameters" as "pruning_max_colors" and "pruning_max_swaps"'
|
666 |
)
|
667 |
gr.Markdown(
|
668 |
-
'Please note that huggingface enforces a maximum execution time of
|
669 |
' 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")'
|
670 |
)
|
671 |
-
gr.Markdown(
|
672 |
-
'Hint: If you want to improve the quality of the output, try increasing "iterations" to 4000, and "num_init_rounds" to 256, but be warned that this can lead to out-of-time errors due to the time restrictions mentioned above.'
|
673 |
-
)
|
674 |
|
675 |
with gr.Row():
|
676 |
with gr.Column(scale=1):
|
|
|
665 |
'If you want to limit the number of colors or color swaps you can find the option under the "Autoforge Parameters" as "pruning_max_colors" and "pruning_max_swaps"'
|
666 |
)
|
667 |
gr.Markdown(
|
668 |
+
'Please note that huggingface enforces a maximum execution time of two minutes. 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 or simply "Error".'
|
669 |
' 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")'
|
670 |
)
|
|
|
|
|
|
|
671 |
|
672 |
with gr.Row():
|
673 |
with gr.Column(scale=1):
|