Spaces:
Runtime error
Runtime error
Abs6187
commited on
Commit
Β·
fec7485
1
Parent(s):
3b19b54
Updated App.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 90% !i
|
|
| 112 |
submit_btn = gr.Button("Analyze Action", variant="primary")
|
| 113 |
|
| 114 |
with gr.Column(scale=2):
|
|
|
|
|
|
|
|
|
|
| 115 |
screenshot_out = gr.Image(label="Result: Screenshot with Click Point")
|
| 116 |
with gr.Accordion("Model Output Details", open=False):
|
| 117 |
raw_out = gr.Textbox(label="Full Model Output (Thought & Action)")
|
|
|
|
| 112 |
submit_btn = gr.Button("Analyze Action", variant="primary")
|
| 113 |
|
| 114 |
with gr.Column(scale=2):
|
| 115 |
+
# --- FIX APPLIED HERE ---
|
| 116 |
+
# The 'interactive' argument has been removed from all output components
|
| 117 |
+
# to ensure compatibility with the execution environment's Gradio version.
|
| 118 |
screenshot_out = gr.Image(label="Result: Screenshot with Click Point")
|
| 119 |
with gr.Accordion("Model Output Details", open=False):
|
| 120 |
raw_out = gr.Textbox(label="Full Model Output (Thought & Action)")
|