Fix gr.JSON() error - remove invalid interactive parameter
Browse files
app.py
CHANGED
|
@@ -1722,8 +1722,7 @@ with gr.Blocks(title="Modelos Libres de IA", theme=gr.themes.Soft()) as demo:
|
|
| 1722 |
with gr.Column():
|
| 1723 |
status_btn = gr.Button("Verificar Estado", variant="primary")
|
| 1724 |
status_output = gr.JSON(
|
| 1725 |
-
label="Estado del Space"
|
| 1726 |
-
interactive=False
|
| 1727 |
)
|
| 1728 |
|
| 1729 |
with gr.Column():
|
|
|
|
| 1722 |
with gr.Column():
|
| 1723 |
status_btn = gr.Button("Verificar Estado", variant="primary")
|
| 1724 |
status_output = gr.JSON(
|
| 1725 |
+
label="Estado del Space"
|
|
|
|
| 1726 |
)
|
| 1727 |
|
| 1728 |
with gr.Column():
|