Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 139 |
with gr.Column(scale=3):
|
| 140 |
with gr.Group():
|
| 141 |
gr.Markdown("### 📊 النتائج من الخادم")
|
| 142 |
-
api_output_image = gr.Image(label="لوحة التحكم المرئية (من الـ API)", type="pil", interactive=False,height=
|
| 143 |
api_control_json = gr.JSON(label="أوامر التحكم (من الـ API)")
|
| 144 |
with gr.Row():
|
| 145 |
with gr.Group():
|
|
|
|
| 139 |
with gr.Column(scale=3):
|
| 140 |
with gr.Group():
|
| 141 |
gr.Markdown("### 📊 النتائج من الخادم")
|
| 142 |
+
api_output_image = gr.Image(label="لوحة التحكم المرئية (من الـ API)", type="pil", interactive=False,height=600)
|
| 143 |
api_control_json = gr.JSON(label="أوامر التحكم (من الـ API)")
|
| 144 |
with gr.Row():
|
| 145 |
with gr.Group():
|