Spaces:
Runtime error
Runtime error
Commit
·
a0d995a
1
Parent(s):
7783353
header is fetched from supabse publich storage
Browse files
app.log
CHANGED
@@ -55653,3 +55653,7 @@ TypeError: 'GraphProcessingState' object is not subscriptable
|
|
55653 |
2025-06-29 03:39:24:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
55654 |
2025-06-29 03:40:03:__main__:INFO: Prompt: You are a helpful assistant.
|
55655 |
2025-06-29 03:40:51:__main__:INFO: Prompt: You are a helpful assistant.
|
|
|
|
|
|
|
|
|
|
55653 |
2025-06-29 03:39:24:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
55654 |
2025-06-29 03:40:03:__main__:INFO: Prompt: You are a helpful assistant.
|
55655 |
2025-06-29 03:40:51:__main__:INFO: Prompt: You are a helpful assistant.
|
55656 |
+
2025-06-29 04:04:34:__main__:INFO: Starting the interface
|
55657 |
+
2025-06-29 04:05:42:__main__:INFO: Starting the interface
|
55658 |
+
2025-06-29 04:07:48:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
55659 |
+
2025-06-29 04:08:13:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
app.py
CHANGED
@@ -664,13 +664,13 @@ if __name__ == "__main__":
|
|
664 |
secret=BROWSER_STORAGE_SECRET,
|
665 |
)
|
666 |
with gr.Row(elem_id="header-image"):
|
667 |
-
header_image = gr.Image(value="
|
668 |
with gr.Row(elem_id="system-prompt-input"):
|
669 |
prompt_textbox = gr.Textbox(show_label=False, interactive=True,visible=False)
|
670 |
with gr.Row(elem_id="image_prompt"):
|
671 |
with gr.Column(scale=1):
|
672 |
build_plan_display = gr.Markdown(label="Build Plan", elem_id="build-plan")
|
673 |
-
model_prompt_display = gr.Textbox(label="Just a heads-up! 💡 It takes an average of 300 seconds to generate your model. (Click the logs button to view logs.) ✨", interactive=False, lines=
|
674 |
|
675 |
with gr.Column(scale=1):
|
676 |
generated_image = gr.Image()
|
|
|
664 |
secret=BROWSER_STORAGE_SECRET,
|
665 |
)
|
666 |
with gr.Row(elem_id="header-image"):
|
667 |
+
header_image = gr.Image(value="https://yqewezudxihyadvmfovd.supabase.co/storage/v1/object/public/product_images/hodabass/header.png")
|
668 |
with gr.Row(elem_id="system-prompt-input"):
|
669 |
prompt_textbox = gr.Textbox(show_label=False, interactive=True,visible=False)
|
670 |
with gr.Row(elem_id="image_prompt"):
|
671 |
with gr.Column(scale=1):
|
672 |
build_plan_display = gr.Markdown(label="Build Plan", elem_id="build-plan")
|
673 |
+
model_prompt_display = gr.Textbox(label="Just a heads-up! 💡 It takes an average of 300 seconds to generate your model. (Click the logs button to view logs.) ✨", interactive=False, lines=7, elem_id="model-prompt")
|
674 |
|
675 |
with gr.Column(scale=1):
|
676 |
generated_image = gr.Image()
|