Spaces:
Running
on
Zero
Running
on
Zero
Joseph Pollack
commited on
removes height eyword argument
Browse files
app.py
CHANGED
|
@@ -288,7 +288,6 @@ def create_demo():
|
|
| 288 |
title="L-Operator Chat",
|
| 289 |
description="Chat with L-Operator using screenshots and text instructions",
|
| 290 |
examples=load_example_episodes(),
|
| 291 |
-
height=600
|
| 292 |
)
|
| 293 |
|
| 294 |
gr.Markdown("### 🎯 Action Output")
|
|
|
|
| 288 |
title="L-Operator Chat",
|
| 289 |
description="Chat with L-Operator using screenshots and text instructions",
|
| 290 |
examples=load_example_episodes(),
|
|
|
|
| 291 |
)
|
| 292 |
|
| 293 |
gr.Markdown("### 🎯 Action Output")
|