Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,10 +151,10 @@ def execute_remote_workflow(blueprint, intent, coder_model_label, strategist_mod
|
|
| 151 |
mission_start_time = time.time()
|
| 152 |
|
| 153 |
payload = {
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
}
|
| 159 |
|
| 160 |
try:
|
|
@@ -222,6 +222,7 @@ Produce a pro level styled and tuned them GUI that has 1 button that when presse
|
|
| 222 |
default_image = gr.Image(value="AI_CREATIVE_TECH.png", label="Media Display", visible=True, interactive=False)
|
| 223 |
working_video = gr.Video(value="AICT_Working.mp4", label="Processing...", visible=False, autoplay=False, loop=True)
|
| 224 |
celebrate_video = gr.Video(value="AICT_CELEBRATE.mp4", label="Complete!", visible=False, autoplay=False, loop=False)
|
|
|
|
| 225 |
intent_input = gr.Textbox(label="Architect's Intent", placeholder="Enter project goals and context...", lines=8)
|
| 226 |
|
| 227 |
with gr.Row():
|
|
|
|
| 151 |
mission_start_time = time.time()
|
| 152 |
|
| 153 |
payload = {
|
| 154 |
+
"blueprint": blueprint,
|
| 155 |
+
"intent": intent,
|
| 156 |
+
"coder_model_label": coder_model_label,
|
| 157 |
+
"strategist_model_label": strategist_model_label
|
| 158 |
}
|
| 159 |
|
| 160 |
try:
|
|
|
|
| 222 |
default_image = gr.Image(value="AI_CREATIVE_TECH.png", label="Media Display", visible=True, interactive=False)
|
| 223 |
working_video = gr.Video(value="AICT_Working.mp4", label="Processing...", visible=False, autoplay=False, loop=True)
|
| 224 |
celebrate_video = gr.Video(value="AICT_CELEBRATE.mp4", label="Complete!", visible=False, autoplay=False, loop=False)
|
| 225 |
+
|
| 226 |
intent_input = gr.Textbox(label="Architect's Intent", placeholder="Enter project goals and context...", lines=8)
|
| 227 |
|
| 228 |
with gr.Row():
|