Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
3b12fe9
1
Parent(s):
4ee87c1
warning added
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def create_empty_error_outputs(log_message=""):
|
|
256 |
|
257 |
# --- Gradio UI Definition ---
|
258 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
259 |
-
gr.Markdown("# Autoforge Web UI")
|
260 |
|
261 |
filament_df_state = gr.State(initial_df.copy())
|
262 |
current_run_output_dir = gr.State(None)
|
|
|
256 |
|
257 |
# --- Gradio UI Definition ---
|
258 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
259 |
+
gr.Markdown("# Autoforge Web UI - PLEASE BEWARE! WITHOUT A GPU THIS SPACE TAKES 30-50 MINUTES RIGHT NOW!")
|
260 |
|
261 |
filament_df_state = gr.State(initial_df.copy())
|
262 |
current_run_output_dir = gr.State(None)
|