Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
f896384
1
Parent(s):
7121f00
description
Browse files
app.py
CHANGED
|
@@ -345,7 +345,7 @@ def create_empty_error_outputs(log_message=""):
|
|
| 345 |
|
| 346 |
# --- Gradio UI Definition ---
|
| 347 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 348 |
-
gr.Markdown("# Autoforge Web UI")
|
| 349 |
|
| 350 |
filament_df_state = gr.State(initial_df.copy())
|
| 351 |
current_run_output_dir = gr.State(None)
|
|
@@ -566,7 +566,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 566 |
'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"'
|
| 567 |
)
|
| 568 |
gr.Markdown(
|
| 569 |
-
'Please note that huggingface enforces a maximum 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
|
|
|
|
| 570 |
)
|
| 571 |
|
| 572 |
with gr.Row():
|
|
|
|
| 345 |
|
| 346 |
# --- Gradio UI Definition ---
|
| 347 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 348 |
+
gr.Markdown("# [Autoforge](https://github.com/hvoss-techfak/AutoForge) Web UI")
|
| 349 |
|
| 350 |
filament_df_state = gr.State(initial_df.copy())
|
| 351 |
current_run_output_dir = gr.State(None)
|
|
|
|
| 566 |
'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"'
|
| 567 |
)
|
| 568 |
gr.Markdown(
|
| 569 |
+
'Please note that huggingface enforces a maximum time of one minute per execution. 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():
|